Click or drag to resize
SbTime Methods

The SbTime type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetMsecValue
Returns time in milliseconds.
Public methodStatic memberGetTimeOfDay
Get the current time (seconds since Jan 1, 1970).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns time in seconds as a double.
Public methodGetValue(DateTime)
Gets time in a DateTime structure.
Public methodGetValue(Int64, Int64)
Get time in seconds and microseconds.
Public methodStatic memberMaxTime
Get a time far, far into the future.
Public methodSetMsecValue
Set time from milliseconds.
Public methodSetToTimeOfDay
Set to the current time.
Public methodSetValue(DateTime)
Set time from a struct timeval.
Public methodSetValue(Double)
Set time from a double (in seconds).
Public methodSetValue(Int64, Int64)
Set time from seconds + microseconds.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also