Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerData::setOabCessDate Method

Sets date of cessation of oab prior to most recent dib.

C++
void setOabCessDate(
    const DateMoyr& datetemp
);
Parameters 
Description 
const DateMoyr& datetemp 
The date to use. 

Sets date of cessation of oab to specified date, if there is at least one period of disability. Otherwise the oab cessation date is zeroed out (the argument date is ignored).

Exceptions 
Description 
PiaException of type PIA_IDS_DICESS1 if month of cessation is out of range; of type PIA_IDS_DICESS2 if year of cessation is before 1937; of type PIA_IDS_DICESS3 if year of cessation is after maximum allowed. (All only in debug mode, and only if there is at least one period of disability. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!