Compartir a través de


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