Interface BusinessTimeSlot
public interface BusinessTimeSlot
Represents a business hour time slot object
- Since:
- 11.20
-
Method Summary
Modifier and TypeMethodDescriptionReturns a set indicating for which weekdays this time slot is defined.Returns the end time of this time slot.Returns the start time of this time slot.
-
Method Details
-
getStartTime
String getStartTime()Returns the start time of this time slot.- Returns:
- the start for this time slot in the format HH:mm (see
SimpleDateFormat) - Since:
- 11.20
-
getEndTime
String getEndTime()Returns the end time of this time slot.- Returns:
- the end for this time slot in the format HH:mm (see
SimpleDateFormat) - Since:
- 11.20
-
getActiveDaysOfWeek
Returns a set indicating for which weekdays this time slot is defined.- Returns:
- the weekday set
- Since:
- 11.20
-