|
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 | |
| __init__ (self, str name, str description, time start, timedelta duration) | |
| Construct a period of time for a break. | |
| bool | isWorkingPeriod (self) |
| a break is a working period | |
Class Break is a defined working period of time during a shift, for example lunch.
| 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 |