TicksFromSeconds Method
Creates a new
Ticks from the specified
value in seconds.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
Public Shared Function FromSeconds (
value As Double
) As Ticks
Gemstone.Ticks.FromSeconds = function(value);
- value Double
- New Ticks value in seconds.
TicksNew
Ticks object from the specified
value in seconds.