_CalendarView.DisplayedDates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.