DurationUtils extension
Provides miscellaneous extension methods on Duration.
- on
Properties
- hoursOnly → int
-
Returns the hours component of the Duration.
no setter
- microsecondsOnly → int
-
Returns the microseconds component of the Duration.
no setter
- millisecondsOnly → int
-
Returns the milliseconds component of the Duration.
no setter
- minutesOnly → int
-
Returns the minutes component of the Duration.
no setter
- secondsOnly → int
-
Returns the seconds component of the Duration.
no setter