>>Java

YTDTax Property

Used to indicate year-to-date amount of tax paid prior to current pay period.

Syntax

value = object.getYTDTax()

object.setYTDTax(value)

Part
Description
objectA TaxControl object
valueA numeric variable/expression

Remarks

Some tax calculations involve one-time payments in determining the TaxAmount. In order for these amounts to be applied correctly, all previous taxes (i.e., paid before the current pay period) should be entered here. Each tax which uses this information is noted as such in its Instructions property.

See Also: YTDEarnings