---
title: includesTimeRemainingPhrase
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/datecomponentsformatter/includestimeremainingphrase
---

# includesTimeRemainingPhrase

A Boolean value indicating whether output strings reflect the amount of time remaining.

## Declaration

```swift
var includesTimeRemainingPhrase: Bool { get set }
```

## Discussion

Discussion Setting this property to true results in output strings like “30 minutes remaining”. The default value of this property is false.

## See Also

### Configuring the Formatter Options

- [allowedUnits](foundation/datecomponentsformatter/allowedunits.md)
- [allowsFractionalUnits](foundation/datecomponentsformatter/allowsfractionalunits.md)
- [calendar](foundation/datecomponentsformatter/calendar.md)
- [collapsesLargestUnit](foundation/datecomponentsformatter/collapseslargestunit.md)
- [includesApproximationPhrase](foundation/datecomponentsformatter/includesapproximationphrase.md)
- [maximumUnitCount](foundation/datecomponentsformatter/maximumunitcount.md)
- [unitsStyle](foundation/datecomponentsformatter/unitsstyle-swift.property.md)
- [zeroFormattingBehavior](foundation/datecomponentsformatter/zeroformattingbehavior-swift.property.md)
