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


ITimeZoneRule.Year Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITimeZoneRule.Year Property

The year this rule is in effect.

[Visual Basic .NET]
Public Property Year As Integer
[C#]
public int Year {get; set;}
[C++]
HRESULT get_Year(
  long* Year
);
[C++]
HRESULT put_Year(
  long Year
);
[C++]

Parameters Year [out, retval] Year is a parameter of type long Year [in] Year is a parameter of type long

Product Availability

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

See Also

ITimeZoneRule Interface