Time.AsMicroseconds Method

SFML.Net

TimeAsMicroseconds Method
Returns the time value as 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 long AsMicroseconds()
Public Function AsMicroseconds As Long
public:
long long AsMicroseconds()
member AsMicroseconds : unit -> int64 

Return Value

Type: Int64

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

See Also