MonthlyByWeekdayTaskScheduler
The MonthlyByWeekdayTaskScheduler data object sets the time for monthly task execution.
You identify a single day for task execution by specifying the week of the month and day of the week, and you complete the schedule by setting the inherited properties for the hour and minute.
By default, the scheduler executes the task on the specified day every month. If you set the interval to a value greater than 1, the task will execute at the specified monthly interval. (For example, an interval of 2 will cause the task to execute on the specified day, hour, and minute every 2 months.)
{
"_typeName": "string",
"activeTime": "string",
"expireTime": "string",
"interval": 0,
"minute": 0,
"hour": 0,
"offset": "string",
"weekday": "string"
}
Possible values:
first
second
third
fourth
last
Possible values:
sunday
monday
tuesday
wednesday
thursday
friday
saturday