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.
Represents an hourly schedule for a job definition. The schedule controls when a job starts.
The SPHourlySchedule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPHourlySchedule | Initializes a new instance of the SPHourlySchedule class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BeginMinute | Gets or sets the minute at which the schedule begins. |
![]() |
Description | Returns the description of the schedule. (Overrides SPSchedule.Description.) |
![]() |
EndMinute | Gets or sets the minute at which the schedule ends. |
![]() |
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 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 | Returns the recurrence string of the schedule. (Overrides SPSchedule.ToString().) |
Top