Interface ICalendar
An Oracle calendar.
public interface ICalendar : IUiObjectBase, IClickable, ILocationInfoProvider, IEnabledProvider, ITopLevelObject, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
ClassPath
The Oracle class hierarchy of the object's Oracle class.
string ClassPath { get; }
Property Value
Title
The window title.
string Title { get; }
Property Value
Methods
Cancel()
Presses the Cancel button in an Oracle calendar.
void Cancel()
SetDate(DateTime)
Enters a date in an Oracle calendar.
void SetDate(DateTime date)
Parameters
dateDateTimeThe date to set.
SetDate(string)
Enters a date in an Oracle calendar.
void SetDate(string date)
Parameters
datestringThe date to set.