Class DatePicker
Defines a
Inherited Members
Namespace: Legerity.Uno.Elements
Assembly: Legerity.Uno.dll
Syntax
public class DatePicker : UnoElementWrapper
Constructors
| Improve this Doc View SourceDatePicker(IWebElement)
Initializes a new instance of the DatePicker class.
Declaration
public DatePicker(IWebElement element)
Parameters
Type | Name | Description |
---|---|---|
IWebElement | element | The |
DatePicker(RemoteWebElement)
Initializes a new instance of the DatePicker class.
Declaration
public DatePicker(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Properties
| Improve this Doc View SourceSelectedDate
Gets the date value of the date picker.
Declaration
public DateTime? SelectedDate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTime> |
Methods
| Improve this Doc View SourceSetDate(DateTime)
Sets the date to the specified date.
Declaration
public virtual void SetDate(DateTime date)
Parameters
Type | Name | Description |
---|---|---|
DateTime | date | The date to set. |
Operators
| Improve this Doc View SourceImplicit(RemoteWebElement to DatePicker)
Allows conversion of a
Declaration
public static implicit operator DatePicker(RemoteWebElement element)
Parameters
Type | Name | Description |
---|---|---|
RemoteWebElement | element | The |
Returns
Type | Description |
---|---|
DatePicker | The DatePicker. |