This document is archived and information here might be outdated. Recommended version. |
The time's gregorian year.
[Visual Basic .NET] Public Property Year As Short
[C#] public short Year {get; set;}
[C++]
HRESULT get_Year(
System.Int16* Year
);
[C++]
HRESULT put_Year(
short Year
);
[C++]
Parameters Year [out, retval]
Year is a parameter of type short* Year [in]
Year is a parameter of type short