The start and end time that specifies the time interval of an event.

TimeWindow

interface TimeWindow {
    end?: string;
    start?: string;
}

Properties

Properties

end?: string

The end time of the time window.

TimeWindow

start?: string

The start time of the time window.

TimeWindow