Table of Contents
DayNameFormat Enumeration

Specifies the display format of the days of the week on the Calendar control.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum DayNameFormat
Members
Member Name Description
Full The days of the week displayed in full format. For example, Monday.
Short The days of the week displayed in abbreviated format. For example, Mon represents Monday.
FirstLetter The days of the week displayed with just the first letter. For example, M represents Monday.
FirstTwoLetters The days of the week displayed with just the first two letters. For example, Mo represents Monday.
Shortest The days of the week displayed in the shortest abbreviation format possible for the current culture.
See Also