This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Year Property (ArcObjects .NET 10.5 SDK) |
The time's gregorian year.
[Visual Basic .NET] Public Property Year As Short
[C#] public short Year {get; set;}
[C++]
HRESULT get_Year(
short* 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