Skip to content

datethyme.DayRangeDated

This is the documentation page for the DayRangeDated class.

datethyme.DayRangeDated

Bases: DateTimeRange[Literal[DAY]]

allow_wraparound instance-attribute

allow_wraparound = allow_wraparound

inclusive instance-attribute

inclusive = inclusive

start instance-attribute

start = start

step instance-attribute

step = step

stop instance-attribute

stop = stop

unit instance-attribute

unit = DAY

__init__

__init__(start: DateTime, stop: DateTime, *, step: int = 1, inclusive: bool = False, allow_wraparound: bool = True) -> None