Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
LawChangeTAXRATECHG::setTaxrate Method

Sets tax rate.

C++
void setTaxrate(
    int yearNum, 
    TaxRates::taxrateType eeer, 
    TaxRates::trustfundType trustfund, 
    double newRate
);
Parameters 
Description 
int yearNum 
Number of tax rate interval (0 to numTaxrates - 1). 
TaxRates::taxrateType eeer 
Type of tax rate. 
TaxRates::trustfundType trustfund 
Type of taxes. 0: OASI, 1: DI, 2: HI. 
double newRate 
New tax rate. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!