Gets or sets the increment applied when the user pressed the up/down arrow keys in a time part.

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

See Also