Calendar ActiveX Control |
OnDayClick |
void Calendar1_OnDayClick(ByVal iYear As Integer, ByVal iMonth As Integer, ByVal iDay As Integer, ByVal strText As String) |
Parameter iYear - the year you selected. iMonth - the month you selected. The first month is start from zero. iDay - the day you selected. strText - the day text if available. Return Value
Example
|