Schedule.Parse Method (String)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
s As String _
) As Schedule
'Usage
Dim s As String
Dim returnValue As Schedule
returnValue = Schedule.Parse(s)
public static Schedule Parse(
string s
)
Parameters
- s
Type: System.String