Click or drag to resize

Time   Conversion (Double to Time)

Creates a new Time object from a Double value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static implicit operator Time (
	double value
)

Parameters

value  Double
The value to use to create a new Time object.

Return Value

Time
A new Time with the same value.
Remarks
When created using the implicit operator, the Time instance will use the Second as its default Unit.
See Also