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

Sets type of taxes for the specified year.

C++
void setTaxType(
    int year, 
    int newTaxType
);
Parameters 
Description 
int year 
Year of taxes. 
int newTaxType 
Type of taxes. 
Exceptions 
Description 
PiaException of type PIA_IDS_TAXTYPEYR if year is out of range (only in debug mode). 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!