Copyright Accelerated Ideas 2007 Legacy Blog Posts | Blog Home | .NET Components

AICalendar – How to change the display date


1/2/2007

Developers should use the SetDisplayDate method to change the Calendars display date:

SetDisplayDate(DateTime.Now.Year, DateTime.Now.Month);


The two parameters specify the year and month that the calendar display should show.

Note: Although the month and year properties also alter the display month for the calendar they do not participate in smart refresh.


< Blog Home