WinForms

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

    Show / Hide Table of Contents

    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.

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