<!--
{
  "availability" : [
    "watchOS: 7.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMFallDetectionEvent/date",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:objc(cs)CMFallDetectionEvent(py)date"
  },
  "title" : "date"
}
-->

# date

The event’s time and date.

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

## Discussion

Use the `date` to identify a fall event. The system guarantees fall events have different `date` values.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)