Class TimeSpanControl
Allows the input of a System.TimeSpan using System.Windows.Forms.NumericUpDown boxes.
public class TimeSpanControl : UserControl
- Inheritance
-
objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlTimeSpanControl
- Extension Methods
Constructors
TimeSpanControl()
public TimeSpanControl()
Properties
Value
The time span currently represented by the control.
public TimeSpan Value { get; set; }
Property Value
- TimeSpan
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.