Time Methods

SFML.Net

Time Methods

The Time type exposes the following members.

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