Earnings
A property indicating the employee’s gross earnings.
Syntax
value = object.Earnings
object.Earnings = value
value = object.getEarnings()
object.setEarnings(value)
object is a TaxControl instance.
value is a float variable or expression.
Details
This input property provides the employee’s current earnings to be taxed, expressed in terms of the pay period established by the PayPeriodsPerYear property. In other words, if PayPeriodsPerYear is set to 12, the Earnings value will be interpreted as a monthly figure for tax calculation purposes. If PayPeriodsPerYear is 52, Earnings will be interpreted as weekly.