|
Get the
day notes to specific day.
Public Function GetText(
ByVal iYear As Integer, _
ByVal iMonth As Integer, _
ByVal iDay As Integer
) as String
|
Parameter
iYear - the year of date.
iMonth - the month of date.
iDay - the day.
Return Value
Return the string of day note.
Example
|
Visual Basic Syntax
strText = Calendar1.GetText (2004 ,12,1)
|
|
|