MindFusion.Wpf Pack Programmer's Guide
DayOfWeekFormat Enumeration
See Also
 





Specifies the display format of a day of the week.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public enum DayOfWeekFormat

Visual Basic  Copy Code

Public Enum DayOfWeekFormat

 Members

  Member name Description

Abbreviated

The first three letters of the day of the week are displayed.

Full

The complete name of the day of the week is displayed.

SingleLetter

Only the first letter of the name of the day is displayed.

 Remarks

Values from this enumeration are be assigned to the DayOfWeekFormat property of the Calendar class.

 See Also

MindFusion.UI.Wpf Namespace