Time.FromMilliseconds Method

SFML.Net

TimeFromMilliseconds Method
Construct a time value from a number of milliseconds

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public static Time FromMilliseconds(
	int milliseconds
)
Public Shared Function FromMilliseconds ( 
	milliseconds As Integer
) As Time
public:
static Time FromMilliseconds(
	int milliseconds
)
static member FromMilliseconds : 
        milliseconds : int -> Time 

Parameters

milliseconds
Type: SystemInt32
Number of milliseconds

Return Value

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