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


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

ITimeZoneInfo.FirstDynamicRuleYear Property

The first dynamic adjustment rule year.

[Visual Basic .NET]
Public ReadOnly Property FirstDynamicRuleYear As Integer
[C#]
public int FirstDynamicRuleYear {get;}
[C++]
HRESULT get_FirstDynamicRuleYear(
  System.Int32* FirstDynamicRuleYear
);
[C++]
Parameters
FirstDynamicRuleYear [out, retval]

FirstDynamicRuleYear is a parameter of type long*

Product Availability

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

See Also

ITimeZoneInfo Interface