DayPilot.Row.cells.forRange

The cells.forRange() method returns an array of cells for the specified time range.

Declaration

DayPilot.Row.cells.forRange(start, end)

Parameters

Return Value

Returns an array of cells for the specified time range.

Example

dp.rows.find("A").cells.forRange(DayPilot.Date.today(), DayPilot.Date.today().addDays(1)).addClass("today");

See Also

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript