Contents

scheduledDate

The date and time the person takes the medication, if scheduled.

Declaration

var scheduledDate: Date? { get }

Discussion

The value is always non-null for HKMedicationDoseEvent.ScheduleType.schedule and always null for HKMedicationDoseEvent.ScheduleType.asNeeded.