Winforms-Calendar icon indicating copy to clipboard operation
Winforms-Calendar copied to clipboard

Feature Request: Can I only show the daylight range in the Expanded Mode?

Open toshiya14 opened this issue 5 years ago • 4 comments

Hi, I am using this control from CodeProject: https://www.codeproject.com/Articles/38699/A-Professional-Calendar-Agenda-View-That-You-Will My project will only use daylight time(generally from 9am. to 6pm.). And I'd like to know what can I do for customizing the range of the view to display items.

toshiya14 avatar Apr 20 '20 14:04 toshiya14

That's a cool idea! My best suggestion to you is to do what I did with this project and simply dig through the code and see what's being done where. I am not, by any means, familiar with this code (I didn't write it and I don't use it on a regular basis right now) - but I wanted to create at least an active repository for it

derekantrican avatar Apr 20 '20 14:04 derekantrican

Thank you for a lot. I would try to see these code and try to implement them. XD

toshiya14 avatar Apr 20 '20 14:04 toshiya14

#2

toshiya14 avatar Apr 20 '20 18:04 toshiya14

calendar1.TimeUnitsOffset=-18

martinjulienp avatar Jun 23 '20 10:06 martinjulienp