Table of Contents

Class DateTimeInputDescription

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

The description of an SAPUI5 DateTimeInput test object.

public class DateTimeInputDescription : WebElementDescription, ICloneable, IDescription
Inheritance
DateTimeInputDescription
Implements
Inherited Members

Constructors

DateTimeInputDescription()

public DateTimeInputDescription()

Properties

DateType

The type of date displayed in the object.

public DateType? DateType { get; set; }

Property Value

DateType?

DisplayFormat

The display format of the DateTimeInput object.

public StringProperty DisplayFormat { get; set; }

Property Value

StringProperty

IsEnabled

Indicates whether the object is enabled.

public bool? IsEnabled { get; set; }

Property Value

bool?

Placeholder

The placeholder of this object.

public StringProperty Placeholder { get; set; }

Property Value

StringProperty