SPSchedule.NextOccurrence method

Returns a random time in the period between the begin and end times specified by the schedule that occurs after the specified time.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Function NextOccurrence ( _
    dt As DateTime _
) As DateTime
'Usage
Dim instance As SPSchedule
Dim dt As DateTime
Dim returnValue As DateTime

returnValue = instance.NextOccurrence(dt)
public virtual DateTime NextOccurrence(
    DateTime dt
)

Parameters

  • dt
    Type: System.DateTime

    A System.DateTime structure that specifies the date and time after which the randomized time occurs.

Return value

Type: System.DateTime
A System.DateTime value that represents the next occurrence.

Remarks

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.

See also

Reference

SPSchedule class

SPSchedule members

Microsoft.SharePoint namespace