Class MonthFormat
Inheritance
System.Object
MonthFormat
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class MonthFormat : Enum
Fields
AbbreviatedName
MMM The three-character month abbreviation.
Declaration
public const MonthFormat AbbreviatedName
Field Value
| Type |
|---|
| MonthFormat |
FullName
MMMM The full month name.
Declaration
public const MonthFormat FullName
Field Value
| Type |
|---|
| MonthFormat |
OneOrTwoDigit
M The one or two-digit month number.
Declaration
public const MonthFormat OneOrTwoDigit
Field Value
| Type |
|---|
| MonthFormat |
TwoDigit
MM The two-digit month number. Single digit values are preceded by a zero.
Declaration
public const MonthFormat TwoDigit
Field Value
| Type |
|---|
| MonthFormat |