TicksFromSeconds Method
Creates a new
Ticks from the specified
value in seconds.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
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.