Calendar ActiveX Control

SetUnicodeText

 

Set the unicode day note in specific day.

Public Function SetUnicodeText(
    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.Month =5
Calendar1.SetUnicodeText 12 , "公司晚飯"