ComponentOne EventsCalendar for ASP.NET Web Forms
Task-Based Help / Changing the Start Date of the C1EventsCalendar
In This Topic
    Changing the Start Date of the C1EventsCalendar
    In This Topic

    By default, the Day view of the C1EventsCalendar starts with the current date. You can change the date using the SelectedDate property.

    1. Right-click the C1EventsCalendar control and then click Show Smart Tag to view the C1EventsCalendar Tasks menu.
    2. Click the drop-down arrow next to the Selected Date item.
    3. Select a date from the calendar.

      C1EventsCalendar

    This will set the SelectedDate property and the C1EventsCalendar will now begin on the date specified.

    Note: Setting the SelectedDate property has no effect on the Month view. If you use the Week view, the start date of the calendar becomes the Sunday of the week of the SelectedDate.
    See Also