SPOneTimeSchedule.ToString method

Returns the schedule recurrence string.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPOneTimeSchedule
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return value

Type: System.String
Null since a one time job does not have a recurring schedule.

See also

Reference

SPOneTimeSchedule class

SPOneTimeSchedule members

Microsoft.SharePoint namespace