Share via


ExDateTime.TryParseISO method (String, ExDateTime)

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Shared Function TryParseISO ( _
    s As String, _
    <OutAttribute> ByRef result As ExDateTime _
) As Boolean
'Usage
Dim s As String
Dim result As ExDateTime
Dim returnValue As Boolean

returnValue = ExDateTime.TryParseISO(s, _
    result)
public static bool TryParseISO(
    string s,
    out ExDateTime result
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ExDateTime structure

ExDateTime members

TryParseISO overload

Microsoft.Exchange.ExchangeSystem namespace