public static class TdApi.BusinessOpeningHoursInterval extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
endMinute
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.
|
int |
startMinute
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.
|
| Constructor and Description |
|---|
BusinessOpeningHoursInterval()
Describes an interval of time when the business is open.
|
BusinessOpeningHoursInterval(int startMinute,
int endMinute)
Describes an interval of time when the business is open.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int startMinute
public int endMinute
public static final int CONSTRUCTOR
public BusinessOpeningHoursInterval()
public BusinessOpeningHoursInterval(int startMinute,
int endMinute)
startMinute - 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.endMinute - 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 int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object