ExDateTime.Parse Method (ExTimeZone, String)
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 _
) As ExDateTime
'Usage
Dim exTimeZone As ExTimeZone
Dim s As String
Dim returnValue As ExDateTime
returnValue = ExDateTime.Parse(exTimeZone, _
s)
public static ExDateTime Parse(
ExTimeZone exTimeZone,
string s
)