Class TimeSpanControl
Allows the input of a TimeSpan using NumericUpDown boxes.
public class TimeSpanControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
objectMarshalByRefObjectTimeSpanControl
- Implements
- Inherited Members
- 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
disposingbooltrue if managed resources should be disposed; otherwise, false.