WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum YearFormat

    Show / Hide Table of Contents

    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").

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved