The time of the appointment window.

AppointmentTime

interface AppointmentTime {
    durationInMinutes: number;
    startTime: string;
}

Properties

durationInMinutes: number

The duration of the appointment window, in minutes.

AppointmentTime

startTime: string

The date and time of the start of the appointment window in ISO 8601 format.

AppointmentTime