|   | TicksFromSeconds Method | 
        
        
            Creates a new 
Ticks from the specified 
value in seconds.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxPublic Shared Function FromSeconds ( 
	value As Double
) As Ticks
static member FromSeconds : 
        value : float -> Ticks GSF.Ticks.FromSeconds = function(value);
Parameters
- value  Double
- New Ticks value in seconds.
Return Value
TicksNew 
Ticks object from the specified 
value in seconds.
 See Also
See Also