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