PayrollPayPeriod::isDateInOpenPeriod Method

Checks whether the current pay period is open, and whether the date that is passed in the _transDate parameter falls between the current period's starting and end dates.

Syntax

client server public static boolean isDateInOpenPeriod(TransDate _transDate, PayrollPayCycleRecId _cycleId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the period is open and the specified date is between the period's starting and end dates; otherwise, false.

See Also

Reference

PayrollPayPeriod Table