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
- s
Type: System.String