Interface IDateTimeInput
An SAPUI5 DateTimeInput object.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IDateTimeInput : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
DateType
The type of date displayed in this object.
Declaration
DateType DateType { get; }
Property Value
| Type | Description |
|---|---|
| DateType |
DisplayFormat
The display format of this object.
Declaration
string DisplayFormat { get; }
Property Value
| Type | Description |
|---|---|
| string |
Placeholder
The placeholder of this object.
Declaration
string Placeholder { get; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The current value of this object.
Declaration
DateTime Value { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
SetDateTime(DateTime)
Sets the date.
Declaration
void SetDateTime(DateTime datetime)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | datetime | The date to enter. |