kvyatkovskys / KVKCalendar

A most fully customization calendar for Apple platforms 📅
https://kvyatkovskys.github.io/KVKCalendar/
MIT License
537 stars 118 forks source link

Add `isEndOfDayZero` to `Style` #351

Closed rakuyoMo closed 4 months ago

rakuyoMo commented 4 months ago

Allows display of "24:00" as the end of the day

Another way to do this is to set it to the associated value of TimeHourSystem.twentyFour. However, since TimeHourSystem itself carries the rawValue, I did not use this approach.