ExDateTime.Parse method (, 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
)
Parameters
- exTimeZone
Type: ExTimeZone
- s
Type: System.String
- provider
Type: System.IFormatProvider
- styles
Type: System.Globalization.DateTimeStyles
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime