SPDailySchedule class
SharePoint 2013
Represents a daily schedule for a job definition. The schedule controls when a job starts.
System.Object
Microsoft.SharePoint.SPSchedule
Microsoft.SharePoint.SPDailySchedule
Microsoft.SharePoint.SPMonthlySchedule
Microsoft.SharePoint.SPWeeklySchedule
Microsoft.SharePoint.SPSchedule
Microsoft.SharePoint.SPDailySchedule
Microsoft.SharePoint.SPMonthlySchedule
Microsoft.SharePoint.SPWeeklySchedule
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
The begin and end properties in this class specify a time window when a job should be started and have no effect on when the job finishes. The timer service will pick a random time between the begin and end and will start the job at that time. This feature is primarily used for resource intensive jobs which run on multiple computers in the farm. The randomized start time ensures that they do not all start simultaneously which could adversely affect server availability. To start the job at a precise time, the begin and end values for the schedule should be identical.
Show: