creationDate
The time when CloudKit first saves the record to the server.
Declaration
var creationDate: Date? { get }Discussion
The creation date reflects the time when CloudKit creates a record on the server with the current record’s ID. For new instances of this class, the value of this property is initially nil. When you save the record to the server, the value updates with the creation date for the record.