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)

Syntax

C#
public TimeSpan TimeIncrement { get; set; }
Visual Basic (Declaration)
Public Property TimeIncrement As TimeSpan
	Get
	Set

See Also