()
| 248 | asMinutes() { return this.as('minutes') } |
| 249 | hours() { return this.get('hours') } |
| 250 | asHours() { return this.as('hours') } |
| 251 | days() { return this.get('days') } |
| 252 | asDays() { return this.as('days') } |
| 253 | weeks() { return this.get('weeks') } |