PyShift Work Schedule
Work Schedule for Python
|
Class Break is a defined working period of time during a shift, for example lunch. More...
Public Member Functions | |
def | __init__ (self, str name, str description, time start, timedelta duration) |
Construct a period of time for a break. More... | |
def | isWorkingPeriod (self) |
a break is a working period | |
Class Break is a defined working period of time during a shift, for example lunch.
def work_break.Break.__init__ | ( | self, | |
str | name, | ||
str | description, | ||
time | start, | ||
timedelta | duration | ||
) |
Construct a period of time for a break.
name | Name of break |
description | Description of break |
start | Starting time of day |
duration | Duration of break |