alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DateTimeField

    Represents a class that contains the information about the date time fields which used to parse in SfDateTimeEdit.

    Inheritance
    System.Object
    DateTimeField
    Namespace: Syncfusion.WinForms.Input
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public class DateTimeField : Object

    Properties

    FieldType

    Gets the field type of date time in SfDateTimeEdit

    Declaration
    public DateTimeFieldType FieldType { get; }
    Property Value
    Type
    DateTimeFieldType

    FieldValue

    Gets the date or time text for DateTimeField in SfDateTimeEdit

    Declaration
    public string FieldValue { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved