Enum YearFormat
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum YearFormat
Fields
Name | Description |
---|---|
Full | Represent the year format yyyy |
OneDigit | Represent the year format y The one-digit year (2001 is displayed as "1"). |
TwoDigit | Represent the year format yy The last two digits of the year (2001 is displayed as "01"). |