Gets or sets the maximum 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 Maximum { get; set; }
Visual Basic (Declaration)
Public Property Maximum As TimeSpan
	Get
	Set
XAML Property Element Usage
<object>
  <object.Maximum>
    <TimeSpan .../>
  </object.Maximum>
</object>

See Also