Time.FromMicroseconds Method

SFML.Net

TimeFromMicroseconds Method
Construct a time value from a number of microseconds

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static Time FromMicroseconds(
	long microseconds
)
Public Shared Function FromMicroseconds ( 
	microseconds As Long
) As Time
public:
static Time FromMicroseconds(
	long long microseconds
)
static member FromMicroseconds : 
        microseconds : int64 -> Time 

Parameters

microseconds
Type: SystemInt64
Number of microseconds

Return Value

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