|
Get
Highlight color in specific day.
Public Function GetHighLightDay(
ByVal iYear As Integer, _
ByVal iMonth As Integer, _
ByVal iDay As Integer, _
) as Color
|
Parameter
iYear - the year .
iMonth - the month.
iDay - the day.
Return Value
Return the highlight color, default
is return RGB(255,255,255) (white color)
Example
|
Visual Basic Syntax
color=Calendar1.GetHighLightDay (2004, 12, 23)
|
|
|