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

Sets Medicare earnings for the specified year.

C++
void setEarnHi(
    int year, 
    double newEarnHi
);
Parameters 
Description 
int year 
Year of earnings. 
double newEarnHi 
Amount of earnings. 
Exceptions 
Description 
PiaException of type PIA_IDS_EARNHI if earnings are out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!