This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneRule Interface > ITimeZoneRule.Year Property (ArcObjects .NET 10.4 SDK) |
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