property CalendarCombo.Caption ([Index as Variant]) as String
Specifies the caption being displayed in the control's label.

TypeDescription
Index as Variant A long expression that indicates the index of the element being retrieved. If missing, the entire caption is retrieved.
String A String expression that indicates the caption being displayed in the control's label.
Use the Caption property to retrieve the caption being displayed in the control's label. Use the SelDate property to get or set the date being displayed in the control. Use the FocusIndex property to specify the index of the element being focused in the control's label. The SelectionChanged event is fired when the user changes the selected date. Use the AutoAdvance property to automatically move the focused element to the next element. Use the FormatDate property to specify the format of the date being displayed.