Class TimePicker
TimePicker used by
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WPF.dll
Syntax
public class TimePicker : Control
Constructors
| Improve this Doc View SourceTimePicker()
Initializes an instance of the TimePicker class.
Declaration
public TimePicker()
Fields
| Improve this Doc View SourceTimeProperty
Identifies the Time dependency property.
Declaration
public static readonly DependencyProperty TimeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceTime
Gets or sets the displayed time.
Declaration
public TimeSpan? Time { get; set; }
Property Value
Type | Description |
---|---|
Nullable<TimeSpan> |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Events
| Improve this Doc View SourceTimeChanged
Raised when the Time property changes
Declaration
public event EventHandler? TimeChanged
Event Type
Type | Description |
---|---|
Nullable<EventHandler> |