Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerDataGeneral::setWaitperDate Method (unsigned, DateMoyr&)

Sets first month of waiting period to the specified date.

C++
void setWaitperDate(
    unsigned index, 
    const DateMoyr& dateMoyr
);
Parameters 
Description 
unsigned index 
Which disability period to use (0 for most recent, 1 for next most recent). 
const DateMoyr& dateMoyr 
The date to use. 

Sets the first month of the waiting period to the specified date.

Exceptions 
Description 
PiaException of type PIA_IDS_WAITPD1 if bad month; of type PIA_IDS_WAITPD2 if year is before 1940; of type PIA_IDS_WAITPD3 if year is after maximum allowed. (All only in debug mode.) 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!