|
Cortex iOS
|
Instance Methods | |
| (instancetype) | - initWithStart:andEnd: |
Properties | |
| NSDate * | start |
| Date and time work starts. | |
| NSDate * | end |
| Date and time work ends. | |
| - (instancetype) initWithStart: | (NSDate*) | start | |
| andEnd: | (NSDate*) | end | |
Initialize a workday. WorkDay is used to initialize the shiftwork coach
| start | Time work starts |
| end | Time work ends |