Class TimestampRange (2.23.1)

TimestampRange(start: "datetime" | None = None, end: "datetime" | None = None)

Range of time with inclusive lower and exclusive upper bounds.

Parameters

NameDescription
start datetime.datetime

(Optional) The (inclusive) lower bound of the timestamp range. If omitted, defaults to Unix epoch.

end datetime.datetime

(Optional) The (exclusive) upper bound of the timestamp range. If omitted, no upper bound is used.