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

Gets or sets the maximum time that can be selected

Syntax
C++
C#
Visual Basic
public: DependencyProperty MaxTimeProperty = DependencyProperty.Register("MaxTime", typeof(TimeSpan), typeof(TimePicker), new UIPropertyMetadata(TimeSpan.MaxValue, delegate(DependencyObject sender, DependencyPropertyChangedEventArgs e) { TimePicker picker = (TimePicker)sender; picker.HourMaxValue = picker.MaxTime.Hours; picker.MinuteMaxValue = picker.MaxTime.Minutes; picker.SecondMaxValue = picker.MaxTime.Seconds; picker.CoerceValue(SelectedTimeProperty); }));
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.