Change the hours displayed on a calendar

The timeline, day, or work week view in the calendar only displays 7:00 AM to 8:00 PM. Follow these instructions to change those hours.
  1. Go to
    X:\WinCSI\Practice CS
    and find the
    NetworkInstallation.ini
    file (where
    X
    is the drive letter for the server where the Practice CS Shared files are).
  2. Right-click on the file and select
    Open with...
    then select Notepad.
  3. Under the
    [appsettings]
    section add a new line and enter
    CalendarDayStartHour=X
    where
    X
    is the hour of the day you want the calendars to begin with.
  4. Add another line under
    [appsettings]
    and enter
    CalendarDayDuration=Y
    where
    Y
    is the number of hours to display.
  5. Save your changes.

Example

CalendarDayStartHour=6
CalendarDayDuration=16
This sets your calendar to show 6:00 AM to 10:00 PM.