WeekDetails Class

Properties of a weekly schedule.

Constructor

WeekDetails(*, weekdays: list[str] | None = None, time: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
weekdays

The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).

Default value: None
time
str

The time of the day the schedule will occur.

Default value: None

Variables

Name Description
weekdays

The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).

time
str

The time of the day the schedule will occur.