ExDateTime.ParseExact method (, String, String[], IFormatProvider, DateTimeStyles)
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, _
formats As String(), _
provider As IFormatProvider, _
style As DateTimeStyles _
) As ExDateTime
'Usage
Dim exTimeZone As ExTimeZone
Dim s As String
Dim formats As String()
Dim provider As IFormatProvider
Dim style As DateTimeStyles
Dim returnValue As ExDateTime
returnValue = ExDateTime.ParseExact(exTimeZone, _
s, formats, provider, style)
public static ExDateTime ParseExact(
ExTimeZone exTimeZone,
string s,
string[] formats,
IFormatProvider provider,
DateTimeStyles style
)
Parameters
- exTimeZone
Type: ExTimeZone
- s
Type: System.String
- formats
Type: []
- provider
Type: System.IFormatProvider
- style
Type: System.Globalization.DateTimeStyles
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime