>>.NET

PayDate Property

The payroll date.

Syntax

value = object.PayDate

object.PayDate = value

Part
Description
objectA TaxControl object
valueA DateTime variable/expression

Remarks

This property affects the tax version which will be used in computation, in cases where more than one version exists in the Tax Table file. For example, the table may have two versions of the "FIT" tax--one for 2021, another for the previous year. If the PayDate is set to a date before 1/1/2021, the previous year's tax will be used in computations.

If no value is set, PayDate defaults to the current date.

See Also: SelectedTax