The IScheduledTaskPeriodMonthly interface contains properties and methods that determine parameters of monthly task calculation.
Property name | Brief description | |
Day | The Day property determines the day of the month when the calculation is executed. | |
DayOfWeek | The DayOfWeek property determines the day of the week, on which the task is calculated. | |
Months | The Months property determines if the calculation is performed in the specified month. | |
StartTime | The StartTime property determines the time of task launching. | |
WeekOfMonth | The WeekOfMonth property determines the week of the month, in which the calculation is performed. |
Property name | Brief description | |
StopDateTime | The StopDateTime property determines the date when the period, in which the calculation of the task is performed, is over. | |
Type | The Type property returns the mode of period assignment. |
Method name | Brief description | |
Assign | The Assign method sets parameters of task calculation period in accordance with parameters of the specified period. | |
Next | The Next method calculates the next date and time of task launching relative to the specified date using the period parameters. |
See also: