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 yearly schedule for a job definition.
The SPYearlySchedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPYearlySchedule | Initializes a new instance of the SPYearlySchedule class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BeginDay | Gets or sets the day on which the schedule begins. (Inherited from SPMonthlySchedule.) |
![]() |
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.) |
![]() |
BeginMonth | Gets or sets the month that the schedule begins. |
![]() |
BeginSecond | Gets or sets the second at which the schedule begins. (Inherited from SPDailySchedule.) |
![]() |
Description | (Overrides SPMonthlySchedule.Description.) |
![]() |
EndDay | Gets or sets the day on which the schedule ends. (Inherited from SPMonthlySchedule.) |
![]() |
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.) |
![]() |
EndMonth | Gets or sets the month that the schedule ends. |
![]() |
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 | (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 SPMonthlySchedule.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 SPMonthlySchedule.ToString().) |
Top