tgbot-cpp
|
#include <BusinessOpeningHoursInterval.h>
Public Types | |
typedef std::shared_ptr< BusinessOpeningHoursInterval > | Ptr |
Public Attributes | |
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. | |
Definition at line 12 of file BusinessOpeningHoursInterval.h.
typedef std::shared_ptr<BusinessOpeningHoursInterval> TgBot::BusinessOpeningHoursInterval::Ptr |
Definition at line 15 of file BusinessOpeningHoursInterval.h.
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 25 of file BusinessOpeningHoursInterval.h.
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 20 of file BusinessOpeningHoursInterval.h.