DateWithZone.TimeZone PropertyDateWithZone.TimeZone PropertyDateWithZone::TimeZone Property

Gets the optional time zone component of this DateWithZoneDateWithZoneDateWithZone.

Syntax

Public ReadOnly Property TimeZone As Nullable(Of TimeZone)
        Get
public Nullable<TimeZone> TimeZone { get; }
public:
property Nullable<TimeZone> TimeZone {
    Nullable<TimeZone> get();
}