Time.FromSeconds Method

SFML.Net

TimeFromSeconds Method
Construct a time value from a number of seconds

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static Time FromSeconds(
	float seconds
)
Public Shared Function FromSeconds ( 
	seconds As Single
) As Time
public:
static Time FromSeconds(
	float seconds
)
static member FromSeconds : 
        seconds : float32 -> Time 

Parameters

seconds
Type: SystemSingle
Number of seconds

Return Value

Type: Time
Time value constructed from the amount of seconds
See Also