alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class DateParts

    This enum classifies Default DateParts type.

    Inheritance
    System.Object
    DateParts
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class DateParts : Enum

    Fields

    Day

    Specifies values representing that the object holding this value is day.

    Declaration
    public const DateParts Day
    Field Value
    Type
    DateParts

    Month

    Specifies values representing that the object holding this value is month.

    Declaration
    public const DateParts Month
    Field Value
    Type
    DateParts

    None

    Specifies values representing that the object holding this value is None.

    Declaration
    public const DateParts None
    Field Value
    Type
    DateParts

    Year

    Specifies values representing that the object holding this value is year.

    Declaration
    public const DateParts Year
    Field Value
    Type
    DateParts
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved