Table of Contents

Class TimeSpanControl

Namespace
NanoByte.Common.Controls
Assembly
NanoByte.Common.WinForms.dll

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

TimeSpan

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.