[FlagsAttribute]
public enum GroupHoursMode| Default | 0 | As specified by working hors and break time |
| ForceOpened | 1 | opened hours are forced until OverrideExpiresAt |
| ForceClosed | 2 | closed hours are forced until OverrideExpiresAt |
| ForceBreak | 4 | break time is forced until OverrideExpiresAt |
| ForceCustomOperator | 8 | Custom operator is forced OverrideExpiresAt |
| ForceHoliday | 16 | Holiday time is forced until OverrideExpiresAt |
| HasForcedMask | 23 | Use Group.GetCurrentHoursModeOverride(DateTime).HasFlag(HasForcedMask) to check that the group has any overrides active at the specified time to check is there any |