Class
DateInput.AMPMToken

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class DateInput.AMPMToken : DateInput.Token

Inheritance: objectDateInput.TokenDateInput.AMPMToken

Inherited Members DateInput.Token.FindIndex(string[], string)DateInput.Token.ToString()DateInput.Token.ParentDateInput.Token.TypeDateInput.Token.Value

Constructors

AMPMToken(string, DateInput, bool)

Declaration

cs-api-definition
public AMPMToken(string value, DateInput parent, bool isPm)

Parameters

value

string

parent

DateInput

isPm

bool

Properties

IsPm

Declaration

cs-api-definition
public bool IsPm { get; set; }

Property Value

bool