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