TimeToDouble Method
Converts a time interval to the indicated time unit.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static double ToDouble(
TimeSpan time,
TimeUnit inTimeUnit
)
Public Shared Function ToDouble (
time As TimeSpan,
inTimeUnit As TimeUnit
) As Double
- time TimeSpan
- Time interval.
- inTimeUnit TimeUnit
- Unit of time.
DoubleDouble with the time interval.