maximumUnitCount
The maximum number of time units to include in the output string.
Declaration
var maximumUnitCount: Int { get set }Discussion
Use this property to limit the number of units displayed in the resulting string. For example, with this property set to 2, instead of “1h 10m, 30s”, the resulting string would be “1h 10m”. Use this property when you are constrained for space or want to round up values to the nearest large unit.
The default value of this property is 0, which does not cause the elimination of any units.