CalendarView.DisplayedDates Property
Outlook Developer Reference |
Returns or sets a Variant array containing strings that represent the days displayed in a CalendarView object. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.DisplayedDates
expression A variable that represents a CalendarView object.
Remarks
This property returns an array of date strings, in which each date string represents a day displayed in the CalendarView object. The date strings are formatted using the short date format settings for the operating system.
Example
The following Visual Basic for Applications (VBA) example obtains the value of the DisplayedDates property from the current CalendarView object, then displays a dialog box with a summary of that property value.
Visual Basic for Applications |
---|
|
See Also