>>Java

EffectiveDate Property

EffectiveDate is the date on which the selected tax begins (read-only).

Syntax

value = object.getEffectiveDate()

Part
Description
objectA Tax object
valueA string result

Remarks

If two formulas exist for a tax, the formula used for calculation will be the version whose EffectiveDate is on or before the PayDate. If only one version of a tax exists, this property has no effect.

The date is formatted as 'MM/DD/YYYY'.

See Also: PayDate