JobScheduleMonthlyOccurrence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurrences of days within a month.
public class JobScheduleMonthlyOccurrence
type JobScheduleMonthlyOccurrence = class
Public Class JobScheduleMonthlyOccurrence
- Inheritance
-
JobScheduleMonthlyOccurrence
Constructors
JobScheduleMonthlyOccurrence() |
Initializes a new instance of the JobScheduleMonthlyOccurrence class. |
JobScheduleMonthlyOccurrence(JobScheduleDay) |
Initializes a new instance of the JobScheduleMonthlyOccurrence class with required arguments. |
Properties
Day |
Required. Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. |
Occurrence |
Optional. Occurrence of the day within the month. Must be between -31 and 31. |