Previous Topic

Next Topic

DateWithinPeriod - MaxBasic 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

Period Functions

Book Contents

Book Index