Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Catchup::exist Method

Checks for existence of catch-up benefit increase.

C++
bool exist(
    int eligYear, 
    int calYear
) const;
Parameters 
Description 
int eligYear 
Year of eligibility for catch-up benefit increases. 
int calYear 
Calendar year of catch-up benefit increase. 

False if there is no catch-up increase, true otherwise.

Exceptions 
Description 
PiaException of type PIA_IDS_CACHUP4 if either argument year is out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!