Calendar ActiveX Control ReferenceProperties DayColor Calendar ActiveX Control DayColor Set/Get the foreground color of day. Calendar1.DayColor[=Color] Parametercolorthe foreground color of day.RemarkThis property is Read/Write. Example Visual Basic SyntaxCalendar1.DayColor = RGB(255,0,0)