init(_:date:)
Creates a new scheduled workout plan.
Declaration
init(_ plan: WorkoutPlan, date: DateComponents)Parameters
- plan:
The target workout plan to schedule.
- date:
Date components that determine when the workout should begin.
Creates a new scheduled workout plan.
init(_ plan: WorkoutPlan, date: DateComponents)The target workout plan to schedule.
Date components that determine when the workout should begin.