Class CalendarViewDayModel
Inheritance
CalendarViewDayModel
Assembly: EduCATS.dll
Syntax
public class CalendarViewDayModel
Properties
Date
Declaration
public DateTime Date { get; }
Property Value
Day
Declaration
public int Day { get; set; }
Property Value
Month
Declaration
public int Month { get; set; }
Property Value
Selected
Declaration
public bool Selected { get; set; }
Property Value
SelectionColor
Declaration
public string SelectionColor { get; set; }
Property Value
TextColor
Declaration
public string TextColor { get; set; }
Property Value
Year
Declaration
public int Year { get; set; }
Property Value