Calendar ActiveX Control

GetTextCount

 

Return the count of day text in the collection.

Public Function GetTextCount(
    ) as Integer

 

Parameter
No Parameter.

Return Value
Return the count of day text in the collection.

Example

   

Visual Basic Syntax
icount = Calendar1.GetTextCount
For i = 0 To icount - 1
    MsgBox Me.Calendar1.FindText(i)
Next