Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a monthly job definition schedule for a given day and week of the month.
The SPMonthlyByDaySchedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPMonthlyByDaySchedule | Initializes a new instance of the SPMonthlyByDaySchedule() class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BeginDay | The beginning day for the schedule. |
![]() |
BeginHour | |
![]() |
BeginMinute | |
![]() |
BeginSecond | |
![]() |
BeginWeek | The beginning week for the schedule. |
![]() |
Description | Returns a description of the schedule instance. (Overrides SPSchedule.Description.) |
![]() |
WasFixed | Reserved for internal use. (Inherited from SPSchedule.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from SPSchedule.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (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 SPSchedule.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 | An override of the default system object [ToString] function. (Overrides SPSchedule.ToString().) |
Top