AbsoluteMonthlySchedule interface
For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.
Properties
day |
The date of the month. |
interval |
Specifies the number of months between each set of occurrences. |
Property Details
dayOfMonth
The date of the month.
dayOfMonth: number
Property Value
number
intervalMonths
Specifies the number of months between each set of occurrences.
intervalMonths: number
Property Value
number