Show / Hide Table of Contents

Class TimePicker

TimePicker used by .

Inheritance
Object
TimePicker
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WPF.dll
Syntax
public class TimePicker : Control

Constructors

| Improve this Doc View Source

TimePicker()

Initializes an instance of the TimePicker class.

Declaration
public TimePicker()

Fields

| Improve this Doc View Source

TimeProperty

Identifies the Time dependency property.

Declaration
public static readonly DependencyProperty TimeProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Time

Gets or sets the displayed time.

Declaration
public TimeSpan? Time { get; set; }
Property Value
Type Description
Nullable<TimeSpan>

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
public override void OnApplyTemplate()

Events

| Improve this Doc View Source

TimeChanged

Raised when the Time property changes

Declaration
public event EventHandler? TimeChanged
Event Type
Type Description
Nullable<EventHandler>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX