Class TimeSpanControl
Allows the input of a TimeSpan using NumericUpDown boxes.
public class TimeSpanControl : UserControl
- Inheritance
-
TimeSpanControl
- Extension Methods
Constructors
TimeSpanControl()
public TimeSpanControl()
Properties
Value
The time span currently represented by the control.
public TimeSpan Value { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposing
booltrue if managed resources should be disposed; otherwise, false.