ArcObjects Library Reference (System)  

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