Previous Topic

Next Topic

DateWithinPeriod - SQL Function

DateWithinPeriod(PeriodID: Number, Date: Date): Boolean

Returns True if the Date is within the valid date range for the period specified by PeriodID, or returns False.

DateWithinPeriod function syntax has these named arguments:

Parameter

Description

PeriodID

Required. The Period ID to evaluate for the date.

Date

Required. The date to be looked up in the Period ID.

See Also

SQL Period Functions

Book Contents

Book Index