includesApproximationPhrase
A Boolean value indicating whether the resulting phrase reflects an inexact time value.
Declaration
var includesApproximationPhrase: Bool { get set }Discussion
Setting the value of this property to true adds phrasing to output strings to reflect that the given time value is approximate and not exact. Using this property yields more correct phrasing than simply prepending the string “About” to an output string.
The default value of this property is false.