|
TicksToMilliseconds(Ticks) Method
|
Converts value, in 100-nanosecond tick intervals, to milliseconds.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
SyntaxPublic Shared Function ToMilliseconds (
value As Ticks
) As Double
static member ToMilliseconds :
value : Ticks -> float
GSF.Ticks.ToMilliseconds = function(value);
View SourceParameters
- value Ticks
- Number of ticks to convert to milliseconds.
Return Value
DoubleNumber milliseconds represented by specified
value in ticks.
Remarks
If value represents an instant in time, returned value will represent the number of milliseconds
that have elapsed since 12:00:00 midnight, January 1, 0001.
See Also