---
title: date
framework: exposurenotification
role: symbol
role_heading: Instance Property
path: exposurenotification/enexposurewindow/date
---

# date

The date that the exposure occurred.

## Declaration

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

## Discussion

Discussion important: This property is available in iOS 12.5, and in iOS 13.7 and later. The framework stores the date in Universal Coordinated Time (UTC) and rounds the value to the beginning of the exposure day. For example, a date and time of February 1, 2021 at 10:14 UTC rounds to February 1, 2021 at 00:00 UTC.

## See Also

### Getting Window Properties

- [calibrationConfidence](exposurenotification/enexposurewindow/calibrationconfidence.md)
- [diagnosisReportType](exposurenotification/enexposurewindow/diagnosisreporttype.md)
- [infectiousness](exposurenotification/enexposurewindow/infectiousness.md)
- [scanInstances](exposurenotification/enexposurewindow/scaninstances.md)
- [variantOfConcernType](exposurenotification/enexposurewindow/variantofconcerntype.md)
- [ENVariantOfConcernType](exposurenotification/envariantofconcerntype.md)
