Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the temporary records to the WorkCalendarDate table buffer for all the dates in the specified interval.
Syntax
public void addAllCalendarDatesToTemporaryBuffer(
WorkCalendarDate _workCalendarDateTmp,
date _fromDate,
date _toDate)
Run On
Called
Parameters
- _workCalendarDateTmp
Type: WorkCalendarDate Table
The temporary table buffer to which to add records.
- _fromDate
Type: date
The first date of the interval.
- _toDate
Type: date
The last date of the interval.