Table of Contents

Class DateTimeInputDescription

The description of an SAPUI5 DateTimeInput test object.

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class DateTimeInputDescription : WebElementDescription, ICloneable, IDescription

Constructors

DateTimeInputDescription()

Declaration
public DateTimeInputDescription()

Properties

DateType

The type of date displayed in the object.

Declaration
public DateType? DateType { get; set; }
Property Value
Type Description
DateType?

DisplayFormat

The display format of the DateTimeInput object.

Declaration
public StringProperty DisplayFormat { get; set; }
Property Value
Type Description
StringProperty

IsEnabled

Indicates whether the object is enabled.

Declaration
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Placeholder

The placeholder of this object.

Declaration
public StringProperty Placeholder { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription