[]
Provides a data about a day of a week for the DaysOfWeekPresenter.
public class DayOfWeekSlot : DependencyObject
Name | Description |
---|---|
DayFullName | Gets a culture specific full name for the DayOfWeek. |
DayOfWeek | Gets a day of a week represented by the DayOfWeekSlot. |
DayShortName | Gets a culture specific short name for the DayOfWeek. |
DayShortestName | Gets a culture specific shortest name for the DayOfWeek. |
IsWeekend | Indicates whether the DayOfWeek is a weekend. |
Owner | Returns reference to the owning C1CalendarItem control. |