SelectedTime Property
Gets or sets the selected time. Can be null.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public TimeSpan? SelectedTime { get; set; }
Public Property SelectedTime As TimeSpan?
Get
Set
member SelectedTime : Nullable<TimeSpan> with get, set