Share via


SPSchedule.FromString method

Creates a schedule object from the specified recurrence string.

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

Syntax

public static SPSchedule FromString(
    string recurrenceValue
)

Parameters

  • recurrenceValue
    Type: System.String

    A string that expresses the recurrence.

Return value

Type: Microsoft.SharePoint.SPSchedule
An SPSchedule object that represents the schedule.

See also

Reference

SPSchedule class

SPSchedule members

Microsoft.SharePoint namespace