Enum MonthFormat
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum MonthFormat
Fields
Name | Description |
---|---|
AbbreviatedName | MMM The three-character month abbreviation. |
FullName | MMMM The full month name. |
OneOrTwoDigit | M The one or two-digit month number. |
TwoDigit | MM The two-digit month number. Single digit values are preceded by a zero. |