This document is archived and information here might be outdated.  Recommended version.


ITime.Year Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITime Interface > ITime.Year Property
ArcGIS Developer Help

ITime.Year Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime Interface