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