[]
Gets or sets the increment value.
[TypeConverter(typeof(TimeSpanExConverter))]
public TimeSpan IncrementValue { get; set; }
<TypeConverter(GetType(TimeSpanExConverter))>
Public Property IncrementValue As TimeSpan
Type | Description |
---|---|
TimeSpan | A TimeSpan value that indicates the increment value. |