CalendarView(DateTime startDate, DateTime endDate) : super() { this._startDate = startDate; this._endDate = endDate; }