Go to the source code of this file.
§ sfMicroseconds()
Construct a time value from a number of microseconds.
- Parameters
-
amount | Number of microseconds |
- Returns
- Time value constructed from the amount of microseconds
§ sfMilliseconds()
Construct a time value from a number of milliseconds.
- Parameters
-
amount | Number of milliseconds |
- Returns
- Time value constructed from the amount of milliseconds
§ sfSeconds()
Construct a time value from a number of seconds.
- Parameters
-
- Returns
- Time value constructed from the amount of seconds
§ sfTime_asMicroseconds()
Return a time value as a number of microseconds.
- Parameters
-
- Returns
- Time in microseconds
§ sfTime_asMilliseconds()
Return a time value as a number of milliseconds.
- Parameters
-
- Returns
- Time in milliseconds
§ sfTime_asSeconds()
Return a time value as a number of seconds.
- Parameters
-
- Returns
- Time in seconds
§ sfTime_Zero
Predefined "zero" time value.
Definition at line 47 of file Time.h.