Inherits Object.
Describes an interval of time when the business is open.
Public Fields | |
int32 | start_minute_ |
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. | |
int32 | end_minute_ |
The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 1-8*24*60. | |
Public Instance Methods | |
businessOpeningHoursInterval () | |
businessOpeningHoursInterval (int32 start_minute_, int32 end_minute_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1108322732 |
Identifier uniquely determining a type of the object. | |
Describes an interval of time when the business is open.
businessOpeningHoursInterval | ( | int32 | start_minute_, |
int32 | end_minute_ | ||
) |
Describes an interval of time when the business is open.
[in] | start_minute_ | 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. |
[in] | end_minute_ | The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 1-8*24*60. |
|
finalvirtual |