Time.AsSeconds Method

SFML.Net

TimeAsSeconds Method
Returns the time value as 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 float AsSeconds()
Public Function AsSeconds As Single
public:
float AsSeconds()
member AsSeconds : unit -> float32 

Return Value

Type: Single

[Missing <returns> documentation for "M:SFML.System.Time.AsSeconds"]

See Also