SFML.Net
Time Methods |
The Time type exposes the following members.

Name | Description | |
---|---|---|
![]() |
AsMicroseconds |
Returns the time value as a number of microseconds
|
![]() |
AsMilliseconds |
Returns the time value as a number of milliseconds
|
![]() |
AsSeconds |
Returns the time value as a number of seconds
|
![]() |
Equals(Object) |
Compare time and object and checks if they are equal
(Overrides ValueTypeEquals(Object).) |
![]() |
Equals(Time) |
Compare two times and checks if they are equal
|
![]() ![]() |
FromMicroseconds |
Construct a time value from a number of microseconds
|
![]() ![]() |
FromMilliseconds |
Construct a time value from a number of milliseconds
|
![]() ![]() |
FromSeconds |
Construct a time value from a number of seconds
|
![]() |
GetHashCode |
Provide a integer describing the object
(Overrides ValueTypeGetHashCode.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
