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


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

ITimeZoneInfo.NextDynamicRuleYear Property

The next dynamic adjustment rule year that cyclicly proceeds the given dynamic adjustment rule year.

[Visual Basic .NET]
Public Function get_NextDynamicRuleYear ( _
    ByVal currentDynamicRuleYear As Integer _
) As Integer
[C#]
public int get_NextDynamicRuleYear (
    int currentDynamicRuleYear
);
[C++]
HRESULT get_NextDynamicRuleYear(
  long currentDynamicRuleYear,
  System.Int32* NextDynamicRuleYear
);
[C++]
Parameters
currentDynamicRuleYear [in]

currentDynamicRuleYear is a parameter of type long NextDynamicRuleYear [out, retval]
NextDynamicRuleYear is a parameter of type long*

Product Availability

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

See Also

ITimeZoneInfo Interface