TicksFromMicroseconds Method
Creates a new
Ticks from the specified
value in microseconds.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
Public Shared Function FromMicroseconds (
value As Double
) As Ticks
Gemstone.Ticks.FromMicroseconds = function(value);
- value Double
- New Ticks value in microseconds.
TicksNew
Ticks object from the specified
value in microseconds.