TimeSlot

public 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.

Functions

Link copied to clipboard
public abstract Long getDuration()

Duration of the time slot in seconds.

Link copied to clipboard
public abstract String getId()

Unique identifier of the time slot.

Link copied to clipboard
public abstract Date getStartTime()

Start time of the time slot.