TicksFromMicroseconds Method
Creates a new
Ticks from the specified
value in microseconds.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
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.