The time of the appointment window.

Export

AppointmentTime

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

Properties

durationInMinutes: number

The duration of the appointment window, in minutes.

Memberof

AppointmentTime

startTime: string

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

Memberof

AppointmentTime