Interface ICalendar
An SAPUI5 calendar object.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface ICalendar : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop, IEnabledProvider
Properties
Date
The date currently set in this calendar object.
Declaration
DateTime Date { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Locale
The locale of the calendar object.
Declaration
string Locale { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
SetDate(DateTime)
Sets the date.
Declaration
void SetDate(DateTime date)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | date | The date value to set. |