ArcObjects Library Reference (System)  

ITimeZoneInfo.LastDynamicRuleYear Property

The last dynamic adjustment rule year.

[Visual Basic .NET]
Public ReadOnly Property LastDynamicRuleYear As Integer
[C#]
public int LastDynamicRuleYear {get;}
[C++]
HRESULT get_LastDynamicRuleYear(
  long* LastDynamicRuleYear
);
[C++]

Parameters

LastDynamicRuleYear [out, retval]   LastDynamicRuleYear is a parameter of type long

Product Availability

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

See Also

ITimeZoneInfo Interface