SbTime Methods |
The SbTime type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.) |
![]() | GetMsecValue |
Returns time in milliseconds.
|
![]() ![]() | GetTimeOfDay |
Get the current time (seconds since Jan 1, 1970).
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue |
Returns time in seconds as a double.
|
![]() | GetValue(DateTime) |
Gets time in a DateTime structure.
|
![]() | GetValue(Int64, Int64) |
Get time in seconds and microseconds.
|
![]() ![]() | MaxTime |
Get a time far, far into the future.
|
![]() | SetMsecValue |
Set time from milliseconds.
|
![]() | SetToTimeOfDay |
Set to the current time.
|
![]() | SetValue(DateTime) |
Set time from a struct timeval.
|
![]() | SetValue(Double) |
Set time from a double (in seconds).
|
![]() | SetValue(Int64, Int64) |
Set time from seconds + microseconds.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |