menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeField - WindowsForms API Reference | Syncfusion

    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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.Input
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public class DateTimeField

    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 - 2025 Syncfusion Inc. All Rights Reserved