Model |
The ModelTime type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Determines whether two times are equal.
(Overrides ValueTypeEquals(Object)) | |
| FromDateTime | Convert a TimeSpan duration to a model time. | |
| FromDuration | Convert a TimeSpan duration to a model time. | |
| FromFixed | Convert seconds to model time. | |
| FromMicroseconds(Double) | Convert microseconds to model time. | |
| FromMicroseconds(Int64) | Convert microseconds to model time. | |
| FromMilliseconds(Double) | Convert milliseconds to model time. | |
| FromMilliseconds(Int64) | Convert milliseconds to model time. | |
| FromNanoseconds(Double) | Convert nanoseconds to model time. | |
| FromNanoseconds(Int64) | Convert nanoseconds to model time. | |
| FromSeconds(Double) | Convert seconds to model time. | |
| FromSeconds(Int64) | Convert seconds to model time. | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| ToString |
Returns a printable string representation of this instance.
(Overrides ValueTypeToString) |