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


ITimeZoneInfo.NextDynamicRuleYear Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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