alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DateTimeFieldType

    Defines the constants that specifies the date time field type for SfDateTimeEdit when DateTimeEditingMode is Mask.

    Inheritance
    System.Object
    DateTimeFieldType
    Namespace: Syncfusion.WinForms.Input.Enums
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public sealed class DateTimeFieldType : Enum

    Fields

    Day

    Represents Day field of DateTimeField in SfDateTimeEdit

    Declaration
    public const DateTimeFieldType Day
    Field Value
    Type
    DateTimeFieldType

    Hour

    Represents Hour field of DateTimeField in SfDateTimeEdit

    Declaration
    public const DateTimeFieldType Hour
    Field Value
    Type
    DateTimeFieldType

    Meridiem

    Represents Meridiem field of DateTimeField in SfDateTimeEdit

    Declaration
    public const DateTimeFieldType Meridiem
    Field Value
    Type
    DateTimeFieldType

    Minute

    Represents Minute field of DateTimeField in SfDateTimeEdit

    Declaration
    public const DateTimeFieldType Minute
    Field Value
    Type
    DateTimeFieldType

    Month

    Represents Month field of DateTimeField in SfDateTimeEdit

    Declaration
    public const DateTimeFieldType Month
    Field Value
    Type
    DateTimeFieldType

    Seconds

    Represents Seconds field of DateTimeField in SfDateTimeEdit

    Declaration
    public const DateTimeFieldType Seconds
    Field Value
    Type
    DateTimeFieldType

    String

    Represents separator field of DateTimeField in SfDateTimeEdit

    Declaration
    public const DateTimeFieldType String
    Field Value
    Type
    DateTimeFieldType

    Year

    Represents Year field of DateTimeField in SfDateTimeEdit

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