Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerDataGeneral::entCheck Method (DateMoyr&)

Checks that current date of entitlement is within bounds, using passed values.

C++
static void entCheck(
    const DateMoyr& datetemp
);
Parameters 
Description 
const DateMoyr& datetemp 
The date to check. 
Exceptions 
Description 
PiaException of type PIA_IDS_ENT1 if month of entitlement is out of range; of type PIA_IDS_ENT2 if year of entitlement is before 1940; of type PIA_IDS_ENT3 if year of entitlement is after maximum allowed. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!