DayPilot.Row.events.totalDuration

The DayPilot.Row.events.totalDuration method returns the total duration of all events in a row.

Declaration

DayPilot.Row.events.totalDuration()

Return Value

DayPilot.Duration object

Example

var total = dp.rows.find("R1").events.totalDuration();