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