Contents

isPositive

Controls whether the format input is formatted as a positive or negative range.

Declaration

var isPositive: Bool

Discussion

When the range is formatted as a positive value, the returned string describes the time from lowerBound to upperBound. When isPositive is set to false, the returned string describes the time from upperBound to lowerBound.