ServerDateTimeInfo.Year Property

Gets the year component of the client's date.
<ID("Year", (int)e.Year)> _ 
<EditorBrowsable(EditorBrowsableState.Always)> _ 
Public ReadOnly Property Year() As Integer
This language is not supported or no code example is available.
[ID("Year", (int)e.Year)] 
[EditorBrowsable(EditorBrowsableState.Always)] 
public int Year {get;}
This language is not supported or no code example is available.

Property Value

int

.NET Framework

Supported in: 4.8

In this article

Definition