VisibleDays Property

       

Returns an array containing the dates that are currently visible.

Syntax

object.VisibleDays(index)

The VisibleDays property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
index An integer which specifies a displayed date on the calendar.

Remarks

Index can be any value from 1 to 42. A value of 1 indicates the first date that is currently displayed.

Only dates that are currently displayed can be found in the VisibleDays property. In addition, the number of visible days can changes depending on the settings of the MonthColumns and MonthRows properties.

As you move from month to month, the information in this property is not preserved.