L10nDurationExtension extension
Extension adding an ability to get Duration formatted according to L10n.
- on
Methods
-
hhMmSs(
) → String -
Available on Duration, provided by the L10nDurationExtension extension
Returns a string representation of this Duration inHH:MM:SS
format. -
localizedString(
) → String -
Available on Duration, provided by the L10nDurationExtension extension
Returns localized string representing this Duration inHH h, MM m, SS s
format.