property FaceCalendar.Date as Date
Retrieves or sets the browsed date. Ensures that the date is visible.

TypeDescription
Date A DATE expression that indicates the browsed date. 
By default, the Date property points to the current date. Ensures that the date is visible. Use the SelDate property to select a date. When the browsed date is changed the control fires the FaceCalendarDateChanged event. Use the MinDate and MaxDate property to specify a range to limit the date to be displayed or selected. The Move method moves the calendar back/forward one year/month. The PrevMonth method moves the calendar back one month. The NextMonth method moves the calendar forward one month. The PrevYear method moves the calendar back one year. The NextYear method moves the calendar forward one year. The Year property specifies the year of the current browsed date.