>>Java

TaxAmount Method

Returns the calculated tax amount.

Syntax

value = object.getTaxAmount()

Part
Description
objectA TaxControl object
valueA numeric result

Remarks

This method returns the employee's computed tax, expressed in terms of the pay period established by the PayPeriodsPerYear property. In other words, if PayPeriodsPerYear is set to 12 (the default), the TaxAmount value will be returned as a monthly figure.

See Also: TaxBracket ComputeTax