Enum DayFormat
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum DayFormat
Fields
| Name | Description |
|---|---|
| AbbreviatedName | ddd The three-character day-of-week abbreviation. |
| FullName | The full day-of-week name. |
| OneOrTwoDigit | d The one or two-digit day. |
| TwoDigit | dd The two-digit day. Single digit day values are preceded by a zero. |