Add AllDaysWithRestrictedHours.

This commit is contained in:
Gerhard Hoffmann 2024-01-30 10:16:55 +01:00
parent 809df53658
commit 5b8ac6cc59

View File

@ -15,6 +15,7 @@ enum BusinessHours
OnlySchoolHolidays = 32,
SpecialAndSchoolHolidays = 48,
OnlyOpenForBusinessDays = 64, // verkaufsoffen
AllDaysWithRestrictedHours = 128, // every day, restricted to some time range
NoBusinessHoursDefined = 255
};