Click or drag to resize

Time(TimeSpan) Constructor

Creates a new instance of Time from a TimeSpan.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public Time(
	TimeSpan timeSpan
)

Parameters

timeSpan  TimeSpan
The TimeSpan to use to create the Time instance.
Remarks
When created from a TimeSpan, the Time object will be denominated in seconds.
See Also