Schedule interface
One and only one of the schedule types should be specified. Choose either 'daily', 'weekly', 'absoluteMonthly' or 'relativeMonthly' for your maintenance schedule.
Properties
absolute |
For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'. |
daily | For schedules like: 'recur every day' or 'recur every 3 days'. |
relative |
For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'. |
weekly | For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'. |
Property Details
absoluteMonthly
For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
absoluteMonthly?: AbsoluteMonthlySchedule
Property Value
daily
For schedules like: 'recur every day' or 'recur every 3 days'.
daily?: DailySchedule
Property Value
relativeMonthly
For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.
relativeMonthly?: RelativeMonthlySchedule
Property Value
weekly
For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.
weekly?: WeeklySchedule