Class BusinessOpeningHoursInterval
java.lang.Object
io.github.natanimn.telebof.types.business.BusinessOpeningHoursInterval
Describes the opening hours of a business.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IntegerThe minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60private IntegerThe minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
openingMinute
The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0 - 7 * 24 * 60 -
closingMinute
The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 0 - 8 * 24 * 60
-
-
Constructor Details
-
BusinessOpeningHoursInterval
public BusinessOpeningHoursInterval()
-
-
Method Details
-
getOpeningMinute
-
getClosingMinute
-