The ScheduledJobTrigger class represents a trigger of a scheduled job.
Clone | Creates a copy of the object. |
BeginDay | Day of the month (specified in the BeginMonth member) that the scheduled job trigger activates. The beginning day must be specified when setting a scheduled job. |
BeginMonth | Month of the year (specified in the BeginYear member) that the scheduled job trigger activates. The beginning month must be specified when setting a scheduled job. |
BeginYear | Year that the task trigger activates. This value must be four digits (1997, not 97). The beginning year must be specified when setting a scheduled job. |
EndDay | Day of the month (specified in the EndMonth member) that the scheduled job trigger deactivates. |
EndMonth | Month of the year (specified in the EndYear member) that the scheduled job trigger deactivates. |
EndYear | Year that the scheduled job trigger deactivates. This value must be four digits (1997, not 97). |
StartHour | Hour of the day the scheduled job runs. This value is on a 24-hour clock; hours go from 00 to 23. |
StartMinute | Minute of the hour (specified in the StartHour member) that the scheduled job runs. |
Type | Trigger's type and additional type specific information. |
ValidEndDate | Trigger's end date is valid. If this flag is not set, the end date data is ignored and the trigger will be valid indefinitely. |