ExTimeZoneValue.TryParse method
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
timeZoneString As String, _
<OutAttribute> ByRef instance As ExTimeZoneValue _
) As Boolean
'Usage
Dim timeZoneString As String
Dim instance As ExTimeZoneValue
Dim returnValue As Boolean
returnValue = ExTimeZoneValue.TryParse(timeZoneString, _
instance)
public static bool TryParse(
string timeZoneString,
out ExTimeZoneValue instance
)
Parameters
- timeZoneString
Type: System.String
- instance
Type: Microsoft.Exchange.Data.Storage.Management.ExTimeZoneValue
Return value
Type: System.Boolean