SPMonthlySchedule members
Represents a monthly schedule for a job definition.
The SPMonthlySchedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMonthlySchedule | Initializes a new instance of the SPMonthlySchedule class. |
Top
Properties
Name | Description | |
---|---|---|
BeginDay | Gets or sets the day on which the schedule begins. | |
BeginHour | Gets or sets the hour at which the schedule begins. (Inherited from SPDailySchedule.) | |
BeginMinute | Gets or sets the minute at which the schedule begins. (Inherited from SPDailySchedule.) | |
BeginSecond | Gets or sets the second at which the schedule begins. (Inherited from SPDailySchedule.) | |
Description | Returns the description of the schedule. (Overrides SPDailySchedule.Description.) | |
EndDay | Gets or sets the day on which the schedule ends. | |
EndHour | Gets or sets the hour at which the schedule ends. (Inherited from SPDailySchedule.) | |
EndMinute | Gets or sets the minute at which the schedule ends. (Inherited from SPDailySchedule.) | |
EndSecond | Gets or sets the second at which the schedule ends. (Inherited from SPDailySchedule.) | |
WasFixed | Reserved for internal use. (Inherited from SPSchedule.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the current object is equal to another object. (Inherited from SPSchedule.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hashcode for the current object. (Inherited from SPSchedule.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NextOccurrence | Returns the next occurrence of the schedule based on the specified date and time. (Overrides SPDailySchedule.NextOccurrence(DateTime).) | |
RandomizeOccurrence | Infrastructure. (Inherited from SPSchedule.) | |
RoundToDay | Infrastructure. (Inherited from SPSchedule.) | |
RoundToHour | Infrastructure. (Inherited from SPSchedule.) | |
RoundToMinute | Infrastructure. (Inherited from SPSchedule.) | |
RoundToMonth | Infrastructure. (Inherited from SPSchedule.) | |
RoundToSecond | Infrastructure. (Inherited from SPSchedule.) | |
ToString | Returns the recurrence string of the schedule. (Overrides SPDailySchedule.ToString().) |
Top