WrkCtrTable.addDefinedCalendarDatesToTemporaryBuffer Method
Adds the temporary records to the WorkCalendarDate table buffer for all the dates in the specified interval where the resource has defined a calendar.
Syntax
public void addDefinedCalendarDatesToTemporaryBuffer(
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.