_CalendarView.DisplayedDates Property

Definition

Returns an Object array containing strings that represent the days displayed in a CalendarView object. Read-only.

public:
 property System::Object ^ DisplayedDates { System::Object ^ get(); };
public object DisplayedDates { get; }
Public ReadOnly Property DisplayedDates As Object

Property Value

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.

Applies to