You are here: Symbol Reference > Stimulsoft.Report.Wpf Namespace > TimePicker Class > TimePicker Fields > SelectedTimeProperty Field
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
TimePicker.SelectedTimeProperty Field

Backing store for the selected timestamp

Syntax
C++
C#
Visual Basic
public: DependencyProperty SelectedTimeProperty = DependencyProperty.Register("SelectedTime", typeof(TimeSpan), typeof(TimePicker), new UIPropertyMetadata(new TimeSpan(0, 0, 0), SelectedTimePropertyChanged, ForceValidSelectedTime));
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.