Contents

schedule(_:at:)

Schedules the provided workout at the specified date.

Declaration

final func schedule(_ workout: WorkoutPlan, at: DateComponents) async

Parameters

  • workout:

    The workout to schedule.

  • at:

    Date components that represent the workout’s starting time.