SPOneTimeSchedule Members
Include Protected Members
Include Inherited Members
Represents a schedule that specifies the time range during which the job will run.
The SPOneTimeSchedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPOneTimeSchedule() | Initializes a new instance of the SPOneTimeSchedule class. |
![]() |
SPOneTimeSchedule(DateTime) | Initializes a new instance of the SPOneTimeSchedule class based on the specified DateTime value. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | (Overrides SPSchedule.Description.) |
![]() |
Time | Gets or sets the starting and ending times for the schedule. |
![]() |
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 | (Overrides SPSchedule.ToString().) |
Top