# Show Working Time

Learn how to show working time from one day to another in Scheduler for WinForms control.

## Content



If [CalendarInfo.EndDayTime](/componentone/docs/win/online-schedule/) property value is less than [CalendarInfo.StartDayTime](/componentone/docs/win/online-schedule/) property value, working time will be represented as 2 time intervals - from day start to **CalendarInfo.EndDayTime** and from **CalendarInfo.StartDayTime** to day end.

The **C1Schedule** control honors this setting when [ShowWorkTimeOnly](/componentone/docs/win/online-schedule/) property is **True**. Note, when the **ShowWorkTimeOnly** property is true, C1Schedule always shows the full hour. As a result, some free time might be included into the view.