---
title: "init(_:date:)"
framework: workoutkit
role: symbol
role_heading: Initializer
path: "workoutkit/scheduledworkoutplan/init(_:date:)"
---

# init(_:date:)

Creates a new scheduled workout plan.

## Declaration

```swift
init(_ plan: WorkoutPlan, date: DateComponents)
```

## Parameters

- `plan`: The target workout plan to schedule.
- `date`: Date components that determine when the workout should begin.
