startDate
The starting time and date for this workout session.
Declaration
var startDate: Date? { get }Discussion
This property is set to nil when the workout session is initialized. The system assigns a start date when the session’s state changes to HKWorkoutSessionState.running.