GYear Constructor (long)GYear Constructor (Long)GYear Constructor (long)

Initializes a new instance of the GYearGYearGYear structure with the specified calendar year, but without a time zone.

Syntax

Public Sub New ( _
    year As Long _
)
public GYear(
    long year
)
public:
GYear(
    long year
)
 

Parameters

year

Type: System.Int64System.Int64System::Int64

The calendar year.