IncrementValue Property (DateSpin)
Gets or sets the increment value.
public TimeSpan IncrementValue {get; set;}
'Declaration
Public Property IncrementValue As TimeSpan
'Usage
Dim instance As DateSpin
Dim value As TimeSpan
instance.IncrementValue = value
value = instance.IncrementValue
Property Value
A
System.TimeSpan value that indicates the increment value.