Time Conversion (Double to Time)
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static implicit operator Time (
double value
)
- value Double
- The value to use to create a new Time object.
TimeA new
Time with the same value.
When created using the implicit operator, the
Time instance
will use the
Second as its default
Unit.