TimeWithZone.TimeZone PropertyTimeWithZone.TimeZone PropertyTimeWithZone::TimeZone Property

Gets the optional time zone component of this TimeWithZoneTimeWithZoneTimeWithZone.

Syntax

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