TimeSlot

interface TimeSlot

Time slot represents a time interval with a specific duration and start time. It allows the user to choose a time slot for scheduling a message or an appointment.

Properties

Link copied to clipboard
abstract val duration: Long

Duration of the time slot in seconds.

Link copied to clipboard
abstract val id: String

Unique identifier of the time slot.

Link copied to clipboard
abstract val startTime: Instant

Start time of the time slot.