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
See Also