Skip to content

UnemploymentRate

Before calculating taxes, the employer’s state unemployment tax rate should be set using this property. Enter the rate as a decimal number—for example, enter 3.1% as:

// using TaxControls;
CTaxControl tc = new CTaxControl();
tc.UnemploymentRate = 0.031;
//import com.boondocks.taxcontrols.*;
TaxControl tc = new TaxControl();
tc.setUnemploymentRate(0.031);
Syntax

value = object.

object. value

Part Description
object A TaxControl object.
value A float result/expression.