TaxAmount
A method which returns the calculated tax amount.
Syntax
value = object.TaxAmount()
object is a TaxControl instance.
Details
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.