Defines a week of a month as used in triggers.
Member | Value | Description |
---|---|---|
MFTriggerWeekOfMonthFirstWeek | 1 | The scheduled job will run between the first and seventh day of the month. |
MFTriggerWeekOfMonthFourthWeek | 4 | The task will run between the 22nd and 28th of the month. |
MFTriggerWeekOfMonthLastWeek | 5 | The task will run between the last seven days of the month. |
MFTriggerWeekOfMonthSecondWeek | 2 | The task will run between the eighth and 14th day of the month. |
MFTriggerWeekOfMonthThirdWeek | 3 | The task will run between the 15th and 21st day of the month. |