This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneInfo Interface > ITimeZoneInfo.NextDynamicRuleYear Property (ArcObjects .NET 10.4 SDK) |
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