Time Constructor

Creates a new instance of Time.

Overload List

Time(Double) Creates a new instance of Time with a particular value.
Time(TimeSpan) Creates a new instance of Time from a TimeSpan.
Time(Double, Type) Creates a new instance of Time with a particular value and Unit whose Type is specified
Time(Double, Unit, MetricExponent) Creates a new instance of Time with a particular value and Unit.

See Also