Share via


ScheduleInterval.Parse method

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    s As String _
) As ScheduleInterval
'Usage
Dim s As String
Dim returnValue As ScheduleInterval

returnValue = ScheduleInterval.Parse(s)
public static ScheduleInterval Parse(
    string s
)

Parameters

Return value

Type: Microsoft.Exchange.Common.ScheduleInterval

See also

Reference

ScheduleInterval structure

ScheduleInterval members

Microsoft.Exchange.Common namespace