property Calendar.SelectDate (Index as Long)
as Date
Retrieves the selected date, given its index into selected dates collection. Use SelCount in order to get the count of selected dates.
| | Type | Description | |
| |
Index as Long |
A long expression that indicates the index of the date into selected dates
collection.
| |
| |
Date |
A DATE expression that indicates the selected date
| |