FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: shift-workday-matcher.md
# Shift Workday Matcher Defines the logic used to apply a workday filter. ## Enumeration `ShiftWorkdayMatcher` ## Fields | Name | Description | | --- | --- | | `START_AT` | All shifts that start on or after the specified workday | | `END_AT` | All shifts that end on or before the specified workday | | `INTERSECTION` | All shifts that start between the start and end workdays (inclusive) |
Save
Back