_CalendarView.DisplayedDates Property

Returns 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
<DispIdAttribute()> _
ReadOnly Property DisplayedDates As Object
    Get
'Usage
Dim instance As _CalendarView
Dim value As Object

value = instance.DisplayedDates
[DispIdAttribute()]
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.

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace