Inherits Object.
Describes opening hours of a business.
Public Fields | |
string | time_zone_id_ |
Unique time zone identifier. | |
array< object_ptr< businessOpeningHoursInterval > > | opening_hours_ |
Intervals of the time when the business is open. | |
Public Instance Methods | |
businessOpeningHours () | |
businessOpeningHours (string const &time_zone_id_, array< object_ptr< businessOpeningHoursInterval >> &&opening_hours_) | |
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 = 816603700 |
Identifier uniquely determining a type of the object. | |
Describes opening hours of a business.
businessOpeningHours | ( | string const & | time_zone_id_, |
array< object_ptr< businessOpeningHoursInterval >> && | opening_hours_ | ||
) |
Describes opening hours of a business.
[in] | time_zone_id_ | Unique time zone identifier. |
[in] | opening_hours_ | Intervals of the time when the business is open. |
|
finalvirtual |