Interface ICalendar
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
Style
Returns the style of the calendar.
Possible values: CalendarStyle
CalendarStyle Style { get; }
Property Value
Time
Returns the time selected.
TimeSpan Time { get; }
Property Value
Value
Returns the value set in the calendar in string format.
string Value { get; }
Property Value
Methods
SetDate(DateTime)
Sets the date.
void SetDate(DateTime date)
Parameters
dateDateTimeThe date.
SetTime(TimeSpan)
Sets the time.
void SetTime(TimeSpan time)
Parameters
timeTimeSpanThe time.