|
Set the
day notes to specific day.
Public Function SetText(
ByVal iDay As Integer, _
ByVal strText As String, _
)
|
Parameter
iDay - the day you want to add day notes.
strText - the string of day notes.
Return Value
No return value.
Example
|
Visual Basic Syntax
Calendar1.SetText 12 , "this is my text"
|
|
|