ShiftChange Properties |
The ShiftChange type exposes the following members.
| Name | Description | |
|---|---|---|
| Date |
The date in the planning period that this change occurs. This is the date that
the shift starts on.
| |
| DayIndex |
The day index of the planning period that the change occurs on.
| |
| EmployeeID |
The employee ID.
| |
| NewShift |
The new shift. Returns an empty string if the original shift was removed.
| |
| NewShiftExists |
True if the employee now has a shift assigned on this day. False otherwise.
| |
| OriginalShift |
The original shift. Returns an empty string if there was no shift assigned originally.
| |
| OriginalShiftExists |
True if the employee originally had a shift assigned on this day. False otherwise.
|