ExDateTime.HasTimeZone property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public ReadOnly Property HasTimeZone As Boolean
Get
'Usage
Dim instance As ExDateTime
Dim value As Boolean
value = instance.HasTimeZone
public bool HasTimeZone { get; }
Property value
Type: System.Boolean