Interface IDateTimeInput
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
DisplayFormat
The display format of this object.
string DisplayFormat { get; }
Property Value
Placeholder
The placeholder of this object.
string Placeholder { get; }
Property Value
Value
The current value of this object.
DateTime Value { get; }
Property Value
Methods
SetDateTime(DateTime)
Sets the date.
void SetDateTime(DateTime datetime)
Parameters
datetimeDateTimeThe date to enter.