ExTimeZone.ConvertDateTime Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function ConvertDateTime ( _
exDateTime As ExDateTime _
) As ExDateTime
'Usage
Dim instance As ExTimeZone
Dim exDateTime As ExDateTime
Dim returnValue As ExDateTime
returnValue = instance.ConvertDateTime(exDateTime)
public ExDateTime ConvertDateTime(
ExDateTime exDateTime
)
Parameters
- exDateTime
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime