WPF

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

    Show / Hide Table of Contents

    Enum DatePart

    This enum classifies date-time type.

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public enum DatePart

    Fields

    Name Description
    Day

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

    Fraction

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

    Hour

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

    Minute

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

    Month

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

    Second

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

    Separator

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

    Year

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

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