Enum
You are viewing an old version of the API
ShiftWorkdayMatcher
Defines the logic used to apply a workday filter.
Values
START_
All shifts that start on or after the specified workday |
END_
All shifts that end on or before the specified workday |
INTERSECTION
All shifts that start between the start and end workdays (inclusive) |