TimeFrame.rangex
time.TimeFrame.rangex(start_date, end_date_exclusive)
Alternate constructor: start and end date (exclusive).
Parameters
start_date: date | str
-
The starting date. If a date is passed as a string, it will be parsed using ISO-8601 format.
end_date_exclusive: date | str
-
The stop date, which is to say the first date not in the time frame. If a date is passed as a string, it will be parsed using ISO-8601 format.