Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
WorkerDataGeneral::waitpd1Check Method (DateMoyr&, boost::gregorian::date&, DateMoyr&)

Checks first month of prior waiting period, using passed values.

C++
static void waitpd1Check(
    const DateMoyr& waitper1Datet, 
    const boost::gregorian::date& onset1Datet, 
    const DateMoyr& cessation1Datet
);
Parameters 
Description 
const DateMoyr& waitper1Datet 
First month of prior waiting period. 
const boost::gregorian::date& onset1Datet 
The date of prior onset. 
const DateMoyr& cessation1Datet 
The date of prior cessation. 
Exceptions 
Description 
PiaException of type PIA_IDS_WAITPD4 if waiting period starts before onset; of type PIA_IDS_WAITPD6 if cessation is before waiting period. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!