Version

DaysOfWeek Property

Returns a collection of System.DayOfWeek objects in order based on the FirstDayOfWeek
Syntax
'Declaration
 
Public ReadOnly Property DaysOfWeek As ReadOnlyObservableCollection(Of DayOfWeek)
public ReadOnlyObservableCollection<DayOfWeek> DaysOfWeek {get;}
Remarks

The DaysOfWeek collection is exposed primarily to be used from within the templates of the CalendarItemArea instances within the control. The collection is ordered based on the resolved first day of the week.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also