SPSchedule.NextOccurrence method
SharePoint 2013
Returns a random time in the period between the begin and end times specified by the schedule that occurs after the specified time.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- dt
- Type: System.DateTime
A System.DateTime structure that specifies the date and time after which the randomized time occurs.
A custom class that is derived from the SPSchedule class must override this method.
Calling the NextOccurrence method for a job definition returns a random time and not the next time the job will run.