Schedule.Parse method (String, Boolean, Boolean)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
s As String, _
handleCustomNames As Boolean, _
normalize As Boolean _
) As Schedule
'Usage
Dim s As String
Dim handleCustomNames As Boolean
Dim normalize As Boolean
Dim returnValue As Schedule
returnValue = Schedule.Parse(s, handleCustomNames, _
normalize)
public static Schedule Parse(
string s,
bool handleCustomNames,
bool normalize
)
Parameters
- s
Type: System.String
- handleCustomNames
Type: System.Boolean
- normalize
Type: System.Boolean
Return value
Type: Microsoft.Exchange.Data.Schedule