()
| 242 | |
| 243 | milliseconds() { return this.get('milliseconds') } |
| 244 | asMilliseconds() { return this.as('milliseconds') } |
| 245 | seconds() { return this.get('seconds') } |
| 246 | asSeconds() { return this.as('seconds') } |
| 247 | minutes() { return this.get('minutes') } |