Table of Contents

Interface IDateTimeInput

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

An SAPUI5 DateTimeInput object.

public interface IDateTimeInput : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Inherited Members
Extension Methods

Properties

DateType

The type of date displayed in this object.

DateType DateType { get; }

Property Value

DateType

DisplayFormat

The display format of this object.

string DisplayFormat { get; }

Property Value

string

Placeholder

The placeholder of this object.

string Placeholder { get; }

Property Value

string

Value

The current value of this object.

DateTime Value { get; }

Property Value

DateTime

Methods

SetDateTime(DateTime)

Sets the date.

void SetDateTime(DateTime datetime)

Parameters

datetime DateTime

The date to enter.