Determines whether the date in the parameter list is both an open date and is not closed for pickup in the specified calendar.
Syntax
server public static boolean isPickupDate(CalendarId _calendar, TransDate _transDate)
Run On
Server
Parameters
- _calendar
Type: CalendarId Extended Data Type
The calendar for which to check whether the date is open for pickup.
- _transDate
Type: TransDate Extended Data Type
The date of which to check if it is open for pickup.
Return Value
Type: boolean
true if the date is open for pickup in the calendar; otherwise, false.