Add AllDaysWithRestrictedHours.
This commit is contained in:
parent
809df53658
commit
5b8ac6cc59
@ -15,6 +15,7 @@ enum BusinessHours
|
|||||||
OnlySchoolHolidays = 32,
|
OnlySchoolHolidays = 32,
|
||||||
SpecialAndSchoolHolidays = 48,
|
SpecialAndSchoolHolidays = 48,
|
||||||
OnlyOpenForBusinessDays = 64, // verkaufsoffen
|
OnlyOpenForBusinessDays = 64, // verkaufsoffen
|
||||||
|
AllDaysWithRestrictedHours = 128, // every day, restricted to some time range
|
||||||
NoBusinessHoursDefined = 255
|
NoBusinessHoursDefined = 255
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user