ArcObjects Library Reference (System)  

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(
  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

Product Availability

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

See Also

ITime Interface