Share via


PayrollPayPeriod::isDateInPeriod Method

Checks 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 isDateInPeriod(TransDate _transDate, PayrollPayPeriodRecId _periodId)

Run On

Called

Parameters

Return Value

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

See Also

Reference

PayrollPayPeriod Table