Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerDataGeneral::deathCheck3 Method

Checks that date of death is before entitlement, using passed values.

C++
static void deathCheck3(
    const boost::gregorian::date& deathDatet, 
    const DateMoyr& entDatet
);
Parameters 
Description 
const boost::gregorian::date& deathDatet 
The date of death. 
const DateMoyr& entDatet 
The date of survivor's entitlement. 

Assumes that this is a survivor case. Should be called for each survivor's date of entitlement.

Exceptions 
Description 
PiaException of type PIA_IDS_DEATH4 if entitlement of survivor is before death of worker. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!