DurationFormatter constructor

DurationFormatter(
  1. int highestPrecisionShown
)

Chain super constructor -- @param highestPrecisionShown -- Value shown most to right

Implementation

DurationFormatter(int highestPrecisionShown): super(highestPrecisionShown);