Contents

temperatureWithoutUnit

Declaration

static var temperatureWithoutUnit: MeasurementFormatter.UnitOptions { get }

Discussion

Specifies that representations of a measurement with the NSTemperatureUnit unit omit the letter denoting the temperature scale. For example, a temperature measurement with value equal to 72 using the degreeFahrenheit() would be represented as 72° rather than 72°F.

See Also

Working with options