---
title: creationDate
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkstrokepathreference/creationdate
---

# creationDate

The time at which this stroke path starts.

## Declaration

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

## Discussion

Discussion The time offset of the contained stroke points is relative to this date.

## See Also

### Getting the stroke path properties

- [count](pencilkit/pkstrokepathreference/count.md)
