Minutes
javascript
dayjs.duration().minutes();
dayjs.duration().asMinutes();As with the other getters for durations, dayjs.duration().minutes() gets the minutes (0 - 59).
dayjs.duration().asMinutes() gets the length of the duration in minutes.
