Skip to content

PayDate

A property indicating the payroll date.

Syntax

value = object.PayDate

object.PayDate = value

object is a TaxControl instance.

value is a DateTime (.NET) or Date (Java) variable or expression.

Details

This property affects the formula 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 “Federal Income Tax” formula—one for the current year, and another for the previous year. If the PayDate is set to a date before January 1st of the current year, the previous year’s version will be used in computations.

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