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.
-
Method Details
-
getStartTime
String getStartTime()- Returns:
- the start for this time slot in the format HH:mm (see
SimpleDateFormat
) - Since:
- 11.20
-
getEndTime
String getEndTime()- 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
-