alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class DatePart

    This enum classifies date-time type.

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

    Fields

    Day

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

    Declaration
    public const DatePart Day
    Field Value
    Type
    DatePart

    Fraction

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

    Declaration
    public const DatePart Fraction
    Field Value
    Type
    DatePart

    Hour

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

    Declaration
    public const DatePart Hour
    Field Value
    Type
    DatePart

    Minute

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

    Declaration
    public const DatePart Minute
    Field Value
    Type
    DatePart

    Month

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

    Declaration
    public const DatePart Month
    Field Value
    Type
    DatePart

    Second

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

    Declaration
    public const DatePart Second
    Field Value
    Type
    DatePart

    Separator

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

    Declaration
    public const DatePart Separator
    Field Value
    Type
    DatePart

    Year

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

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