Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 292 Bytes

File metadata and controls

12 lines (9 loc) · 292 Bytes
title Minutes
version 1.6.0
signature moment.duration().minutes(); moment.duration().asMinutes();

As with the other getters for durations, moment.duration().minutes() gets the minutes (0 - 59).

moment.duration().asMinutes() gets the length of the duration in minutes.