Gets or sets the increment applied when the user pressed the up/down arrow keys.

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

See Also