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

Sets date of oab entitlement prior to most recent dib.

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

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

Exceptions 
Description 
PiaException of type PIA_IDS_DICESS1 if month of entitlement is out of range; of type PIA_IDS_DICESS2 if year of entitlement is before 1937; of type PIA_IDS_DICESS3 if year of entitlement 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!