Compartir a través de


ExDateTime.Parse Method (ExTimeZone, String, IFormatProvider)

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

Syntax

'Declaration
Public Shared Function Parse ( _
    exTimeZone As ExTimeZone, _
    s As String, _
    provider As IFormatProvider _
) As ExDateTime
'Usage
Dim exTimeZone As ExTimeZone
Dim s As String
Dim provider As IFormatProvider
Dim returnValue As ExDateTime

returnValue = ExDateTime.Parse(exTimeZone, _
    s, provider)
public static ExDateTime Parse(
    ExTimeZone exTimeZone,
    string s,
    IFormatProvider provider
)

Parameters