ScheduledInstanceRecurrence
Describes the recurring schedule for a Scheduled Instance.
Types
Properties
Link copied to clipboard
The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).
Link copied to clipboard
Indicates whether the occurrence is relative to the end of the specified week or month.
Link copied to clipboard
The unit for occurrenceDaySet
(DayOfWeek
or DayOfMonth
).
Functions
Link copied to clipboard
inline fun copy(block: ScheduledInstanceRecurrence.Builder.() -> Unit = {}): ScheduledInstanceRecurrence