Preparing search index...
The search index is not available
tririga-js-sdk
tririga-js-sdk
YearlyRecurrence
Interface YearlyRecurrence
interface
YearlyRecurrence
{
dayOfMonth
?:
number
;
dayOfWeek
?:
|
SUN
|
MON
|
TUES
|
WED
|
THURS
|
FRI
|
SAT
|
DAY
|
WEEKDAY
|
WEEKEND
;
end
:
RecurrenceEnd
;
month
:
Months
;
type
:
YearlyTypes
;
weekOfMonth
?:
FIRST
|
SECOND
|
THIRD
|
FOURTH
|
LAST
;
}
Index
Properties
day
Of
Month?
day
Of
Week?
end
month
type
week
Of
Month?
Properties
Optional
day
Of
Month
dayOfMonth
?:
number
Optional
day
Of
Week
dayOfWeek
?:
SUN
|
MON
|
TUES
|
WED
|
THURS
|
FRI
|
SAT
|
DAY
|
WEEKDAY
|
WEEKEND
end
end
:
RecurrenceEnd
month
month
:
Months
type
type
:
YearlyTypes
Optional
week
Of
Month
weekOfMonth
?:
FIRST
|
SECOND
|
THIRD
|
FOURTH
|
LAST
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
day
Of
Month
day
Of
Week
end
month
type
week
Of
Month
tririga-js-sdk
Loading...