Preparing search index...
The search index is not available
tririga-js-sdk
tririga-js-sdk
MonthlyRecurrence
Interface MonthlyRecurrence
interface
MonthlyRecurrence
{
dayOfMonth
?:
number
;
dayOfWeek
?:
|
SUN
|
MON
|
TUES
|
WED
|
THURS
|
FRI
|
SAT
|
DAY
|
WEEKDAY
|
WEEKEND
;
end
:
RecurrenceEnd
;
interval
:
number
;
type
:
MonthlyTypes
;
weekOfMonth
?:
FIRST
|
SECOND
|
THIRD
|
FOURTH
|
LAST
;
}
Index
Properties
day
Of
Month?
day
Of
Week?
end
interval
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
interval
interval
:
number
type
type
:
MonthlyTypes
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
interval
type
week
Of
Month
tririga-js-sdk
Loading...