public static class TdApi.DateRange extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
endDate
Point in time (Unix timestamp) at which the date range ends.
|
int |
startDate
Point in time (Unix timestamp) at which the date range begins.
|
Constructor and Description |
---|
DateRange()
Represents a date range.
|
DateRange(int startDate,
int endDate)
Represents a date range.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int startDate
public int endDate
public static final int CONSTRUCTOR
public DateRange()
public DateRange(int startDate, int endDate)
startDate
- Point in time (Unix timestamp) at which the date range begins.endDate
- Point in time (Unix timestamp) at which the date range ends.public int getConstructor()
getConstructor
in class TdApi.Object