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)

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: TimeTime value constructed from the amount of microseconds
