Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Calendar.Year Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the year.

public:
 property int Year { int get(); void set(int value); };
int Year();

void Year(int value);
public int Year { get; set; }
var int32 = calendar.year;
calendar.year = int32;
Public Property Year As Integer

Property Value

Int32

int

The year.

Applies to

See also


Feedback

Was this page helpful?