Interface ICalendar
A calendar object in a mobile application.
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface ICalendar : ITestObject, ITestObjectDescriber, IUiObjectBase, IEnabledProvider
Methods
SetValue(string, string)
Sets the specified time/date in the calendar.
Declaration
void SetValue(string value, string format)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value to set in the calendar. Possible values: a specific time, a specific date, or both |
| string | format | The format of the value argument. |