Version

DayDisplayStyleEnum Enumeration

Determines how Days or DayOfWeek headers will display their content
Syntax
'Declaration
 
Public Enum DayDisplayStyleEnum 
   Inherits System.Enum
public enum DayDisplayStyleEnum : System.Enum 
Members
MemberDescription
AutoThe date's formatting is dependent on the amount of space available in which to display it
FullDays: The MonthOfYear.LongDescriptionResolved property of the associated MonthOfYear object is displayed in all days.

DayOfWeek headers: The DayOfWeek.LongDescriptionResolved property of the associated DayOfWeek object is displayed in all headers.
MediumDays: The MonthOfYear.ShortDescriptionResolved property of the associated MonthOfYear object is displayed in all days.

DayOfWeek headers: The DayOfWeek.ShortDescriptionResolved property of the associated DayOfWeek object is displayed in all headers.
ShortDays: Only the number of the day in its associated MonthOfYear is displayed in all days.

DayOfWeek headers: Only the first character of the DayOfWeek.ShortDescriptionResolved property of the associated DayOfWeek object is displayed in all headers.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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