Specifies the display format for the days of the week on a System.Web.UI.WebControls.Calendar control.
The System.Web.UI.WebControls.DayNameFormat enumeration represents the display formats for the days of the week in a System.Web.UI.WebControls.Calendar control.
In some cultures, DayNameFormat.FirstLetter and DayNameFormat.FirstTwoLetter display identical values for one or more days of the week. In these cultures, consider using DayNameFormat.Shortest, which displays the shortest abbreviation possible without using identical abbreviations.