_CalendarView.DisplayedDates Property
Returns or sets an Object array containing strings that represent the days displayed in a CalendarView object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property DisplayedDates As Object
Get
'Usage
Dim instance As _CalendarView
Dim value As Object
value = instance.DisplayedDates
Object DisplayedDates { get; }
Property Value
Type: System.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.