|
Anypia Programmer's Documentation
|
Checks that date of benefit is in range, using passed value.
static void benefitDate1Check( const DateMoyr& datetemp );
|
Parameters |
Description |
|
const DateMoyr& datetemp |
The date to check. |
|
Exceptions |
Description |
|
PiaException of type PIA_IDS_BENDATE2 if month is out of range. PiaException of type PIA_IDS_BENDATE3 if year is before 1940. PiaException of type PIA_IDS_BENDATE4 if year is after maximum allowed. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|