This document is archived and information here might be outdated. Recommended version. |
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*