Table of Contents

Interface ICalendar

Namespace
HP.LFT.SDK.Oracle
Assembly
HP.LFT.SDK.dll

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

string

Title

The window title.

string Title { get; }

Property Value

string

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

date DateTime

The date to set.

SetDate(string)

Enters a date in an Oracle calendar.

void SetDate(string date)

Parameters

date string

The date to set.