The DayPilot.Row.cells.totalDuration() method returns the total duration of all cells in the row (DayPilot.Duration).
DayPilot.Row.cells.totalDuration();
var total = dp.rows.find("A").cells.totalDuration();