The minutes() method returns the minute part of the duration.
DayPilot.Duration.minutes();
The minute part of the duration. It returns the number of full minutes - it is always an integer value.
var minutes = new DayPilot.Duration("2020-01-01T00:00:00", "2020-01-05T12:30:15").hours(); // 30