---
title: date
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nstextcheckingresult/date
---

# date

The date component of a type checking result.

## Declaration

```swift
var date: Date? { get }
```

## See Also

### Text Checking Results for Dates and Times

- [dateCheckingResult(range:date:)](foundation/nstextcheckingresult/datecheckingresult(range:date:).md)
- [dateCheckingResult(range:date:timeZone:duration:)](foundation/nstextcheckingresult/datecheckingresult(range:date:timezone:duration:).md)
- [duration](foundation/nstextcheckingresult/duration.md)
- [timeZone](foundation/nstextcheckingresult/timezone.md)
