AbstractDurationFormatter constructor

AbstractDurationFormatter(
  1. int _highestPrecisionShown
)

@param highestPrecisionShown -- Value shown most to right

Implementation

AbstractDurationFormatter(int this._highestPrecisionShown);