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