---
title: date
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkworkoutevent/date
---

# date

The time when the transition occurred.

## Declaration

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

## Discussion

Discussion For a pause event, this date indicates the start of the break. For a resume event, this date indicates the end of the break. You must use a date between the starting and ending dates of the workout that you intend to modify.

## See Also

### Deprecated

- [init(type:date:)](healthkit/hkworkoutevent/init(type:date:).md)
- [init(type:date:metadata:)](healthkit/hkworkoutevent/init(type:date:metadata:).md)
