tgbot-cpp
Loading...
Searching...
No Matches
TgBot::BusinessOpeningHoursInterval Class Reference

#include <BusinessOpeningHoursInterval.h>

Public Types

typedef std::shared_ptr< BusinessOpeningHoursIntervalPtr
 

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.
 

Detailed Description

Definition at line 12 of file BusinessOpeningHoursInterval.h.

Member Typedef Documentation

◆ Ptr

Member Data Documentation

◆ 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 25 of file BusinessOpeningHoursInterval.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 20 of file BusinessOpeningHoursInterval.h.


The documentation for this class was generated from the following file: