---
title: startDate
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkstatistics/startdate
---

# startDate

The start of the time period included in these statistics.

## Declaration

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

## Discussion

Discussion This property contains the start date for the statistics. If you calculated these statistics using a statistics query, this is the earliest start date from all the samples that match the query. If you calculated these statistics using a statistics collection query, this is the start of the time interval for that particular collection of statistics.

## See Also

### Getting Property Data

- [endDate](healthkit/hkstatistics/enddate.md)
- [quantityType](healthkit/hkstatistics/quantitytype.md)
- [sources](healthkit/hkstatistics/sources.md)
