Share via


Year Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the year component of the date represented by this instance.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Year As Integer
public int Year { get; }
public:
property int Year {
    int get ();
}
member Year : int with get
function get Year () : int

Property Value

Type: System. . :: . .Int32
The year, between 1 and 9999.

.NET Framework Security

See Also

Reference

DateTime Structure

System Namespace