RelativeMonthlySchedule interface
For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
Properties
day |
Specifies on which day of the week the maintenance occurs. |
interval |
Specifies the number of months between each set of occurrences. |
week |
Specifies on which week of the month the dayOfWeek applies. |
Property Details
dayOfWeek
Specifies on which day of the week the maintenance occurs.
dayOfWeek: string
Property Value
string
intervalMonths
Specifies the number of months between each set of occurrences.
intervalMonths: number
Property Value
number
weekIndex
Specifies on which week of the month the dayOfWeek applies.
weekIndex: string
Property Value
string