Describes an interval of time during which a business is open.
More...
#include <Types.h>
|
| std::int32_t | 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.
|
| std::int32_t | 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.
|
Describes an interval of time during which a business is open.
Definition at line 1405 of file Types.h.
◆ Ptr
◆ closingMinute
| std::int32_t TgBot::BusinessOpeningHoursInterval::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.
Definition at line 1418 of file Types.h.
◆ openingMinute
| std::int32_t TgBot::BusinessOpeningHoursInterval::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.
Definition at line 1412 of file Types.h.
The documentation for this struct was generated from the following file: