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