GYear.TimeZone PropertyGYear.TimeZone PropertyGYear::TimeZone Property

Gets the optional time zone component of this GYearGYearGYear.

Syntax

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

Property Value

Type: System.Nullable<T>System.Nullable(Of T)System::Nullable<T>

The optional time zone component of this GYearGYearGYear.