Gets or sets the minimum value allowed for the C1TimeEditor.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public TimeSpan Minimum { get; set; }
Visual Basic (Declaration)
Public Property Minimum As TimeSpan
	Get
	Set
XAML Property Element Usage
<object>
  <object.Minimum>
    <TimeSpan .../>
  </object.Minimum>
</object>

See Also