Class
DateInput.DateEntry

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class DateInput.DateEntry

Inheritance: objectDateInput.DateEntry

Derived Classes: DateInput.DateTimeEntryDateInput.EmptyDateEntryDateInput.NoSeparatorDateEntryDateInput.PairEntryDateInput.SingleEntryDateInput.TimeEntryDateInput.TripletEntry

Constructors

DateEntry(DateEntryType, DateInput)

Declaration

cs-api-definition
public DateEntry(DateInput.DateEntryType type, DateInput parent)

Parameters

type

DateInput.DateEntryType

parent

DateInput

Properties

Parent

Declaration

cs-api-definition
public DateInput Parent { get; set; }

Property Value

DateInput

Type

Declaration

cs-api-definition
public DateInput.DateEntryType Type { get; set; }

Property Value

DateInput.DateEntryType

Methods

Evaluate(DateTime)

Declaration

cs-api-definition
public abstract DateTime Evaluate(DateTime date)

Parameters

date

DateTime

Returns

DateTime