DurationFormatter constructor
DurationFormatter(
- int highestPrecisionShown
Chain super constructor -- @param highestPrecisionShown -- Value shown most to right
Implementation
DurationFormatter(int highestPrecisionShown): super(highestPrecisionShown);