WinForms

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

    Show / Hide Table of Contents

    Enum DayFormat

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public enum DayFormat

    Fields

    Name Description
    AbbreviatedName

    ddd The three-character day-of-week abbreviation.

    FullName

    The full day-of-week name.

    OneOrTwoDigit

    d The one or two-digit day.

    TwoDigit

    dd The two-digit day. Single digit day values are preceded by a zero.

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