Saturday#

class scheduler.trigger.core.Saturday(time=datetime.time(0, 0))[source]#

Bases: Weekday

Weekday object with time.

Parameters:
timedatetime.time

Time on the clock at the specific Weekday.

Methods

__init__([time])

Weekday object with time.

Attributes

time

Return time of the Weekday.

value

Return value of the given Weekday.

property time: time#

Return time of the Weekday.

Returns:
datetime.time

Time on the clock at the specific Weekday.

property value: int#

Return value of the given Weekday.

Returns:
int

Value

Notes

Enumeration analogous to datetime library (0: Monday, … 6: Sunday).