Compartir a través de


ExDateTime.Parse Method (ExTimeZone, String, IFormatProvider, DateTimeStyles)

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, _
    styles As DateTimeStyles _
) As ExDateTime
'Usage
Dim exTimeZone As ExTimeZone
Dim s As String
Dim provider As IFormatProvider
Dim styles As DateTimeStyles
Dim returnValue As ExDateTime

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