DateWithZone.Year PropertyDateWithZone.Year PropertyDateWithZone::Year Property

Gets the year component of this DateWithZoneDateWithZoneDateWithZone.

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

A longLonglong representing the year component of this DateWithZoneDateWithZoneDateWithZone.