'Declaration Public Enum DayDisplayStyleEnum Inherits System.Enum
public enum DayDisplayStyleEnum : System.Enum
Member | Description |
---|---|
Auto | The date's formatting is dependent on the amount of space available in which to display it |
Full | Days: 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. |
Medium | Days: 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. |
Short | Days: 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. |
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