Compartir a través de


ExDateTime.ParseExact Method (ExTimeZone, String, String, IFormatProvider)

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

Syntax

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

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

Parameters