Table of Contents

Interface ICalendar

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

A Java calendar.

public interface ICalendar : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

Date

Returns the date selected.

DateTime Date { get; }

Property Value

DateTime

Style

Returns the style of the calendar.

Possible values: CalendarStyle

CalendarStyle Style { get; }

Property Value

CalendarStyle

Time

Returns the time selected.

TimeSpan Time { get; }

Property Value

TimeSpan

Value

Returns the value set in the calendar in string format.

string Value { get; }

Property Value

string

Methods

SetDate(DateTime)

Sets the date.

void SetDate(DateTime date)

Parameters

date DateTime

The date.

SetTime(TimeSpan)

Sets the time.

void SetTime(TimeSpan time)

Parameters

time TimeSpan

The time.