SPSchedule members
Abstract base class that supports the different schedule types that are used in job definitions.
The SPSchedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPSchedule | Reserved for internal use. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Returns the description of the schedule. |
![]() |
WasFixed | Reserved for internal use. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the current object is equal to another object. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() ![]() |
FromString | Creates a schedule object from the specified recurrence string. |
![]() |
GetHashCode | Returns the hashcode for the current object. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
NextOccurrence | Returns a random time in the period between the begin and end times specified by the schedule that occurs after the specified time. |
![]() |
RandomizeOccurrence | Infrastructure. |
![]() |
RoundToDay | Infrastructure. |
![]() |
RoundToHour | Infrastructure. |
![]() |
RoundToMinute | Infrastructure. |
![]() |
RoundToMonth | Infrastructure. |
![]() |
RoundToSecond | Infrastructure. |
![]() |
ToString | Returns the recurrence string of the schedule. (Overrides Object.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
DummyYear | Infrastructure. |
![]() ![]() |
Empty | Reserved for internal use. Use the IsDisabled property of the SPJobDefinition class to determine if a particular job has been disabled. |
Top