<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HealthKit",
  "identifier" : "/documentation/HealthKit/HKMedicationDoseEvent/scheduledDate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "HealthKit"
    ],
    "preciseIdentifier" : "c:objc(cs)HKMedicationDoseEvent(py)scheduledDate"
  },
  "title" : "scheduledDate"
}
-->

# scheduledDate

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

```
var scheduledDate: Date? { get }
```

## Discussion

The value is always non-null for [`HKMedicationDoseEvent.ScheduleType.schedule`](/documentation/HealthKit/HKMedicationDoseEvent/ScheduleType-swift.enum/schedule) and always null for  [`HKMedicationDoseEvent.ScheduleType.asNeeded`](/documentation/HealthKit/HKMedicationDoseEvent/ScheduleType-swift.enum/asNeeded).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)