GYear.Year PropertyGYear.Year PropertyGYear::Year Property

Gets the calendar year.

Syntax

Public ReadOnly Property Year As Long
        Get
public long Year { get; }
public:
property long Year {
    long get();
}
 

Property Value

Type: System.Int64System.Int64System::Int64

The year component of this GYearGYearGYear. The values range from MinYearMinYearMinYear to MaxYearMaxYearMaxYear inclusive and will not be 0.