Class TdApi.DateRange

  • Enclosing class:
    TdApi

    public static class TdApi.DateRange
    extends TdApi.Object
    Represents a date range.
    • Field Detail

      • startDate

        public int startDate
        Point in time (Unix timestamp) at which the date range begins.
      • endDate

        public int endDate
        Point in time (Unix timestamp) at which the date range ends.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DateRange

        public DateRange()
        Represents a date range.
      • DateRange

        public DateRange​(int startDate,
                         int endDate)
        Represents a date range.
        Parameters:
        startDate - Point in time (Unix timestamp) at which the date range begins.
        endDate - Point in time (Unix timestamp) at which the date range ends.