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


ITimeZoneInfo.LastDynamicRuleYear 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.LastDynamicRuleYear Property
ArcGIS Developer Help

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(
  System.Int32* 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