DayPilot.Scheduler.cells.find

The cells.find() method finds Scheduler cells by start time and resource ID.

Declaration

DayPilot.Scheduler.cells.find(start, resource)

Parameters

  • start (DayPilot.Date | string) - cell start time as a DayPilot.Date object or an ISO 8601 date/time string accepted by the DayPilot.Date constructor

  • resource - resource ID

Return Value

Returns an array of cells.

Example

dp.cells.find("2036-10-01", "A").html("test");

See Also

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript