Share via


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

Return value

Type: System.Boolean

See also

Reference

ExTimeZoneValue class

ExTimeZoneValue members

Microsoft.Exchange.Data.Storage.Management namespace