RelativeMonthlySchedule interface

For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.

Properties

dayOfWeek

Specifies on which day of the week the maintenance occurs.

intervalMonths

Specifies the number of months between each set of occurrences.

weekIndex

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