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 |