ExDateTime.TimeZone Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public ReadOnly Property TimeZone As ExTimeZone
Get
'Usage
Dim instance As ExDateTime
Dim value As ExTimeZone
value = instance.TimeZone
public ExTimeZone TimeZone { get; }
Property Value
See Also