Time   Conversion Operators

Overload List

(Double to Time) Implicitly converts value, represented in seconds, to a Time.
(Time to Double) Implicitly converts Time, represented in seconds, to a Double.
(Time to TimeSpan) Implicitly converts Time, represented in seconds, to a TimeSpan.
(TimeSpan to Time) Implicitly converts value, represented as a TimeSpan, to a Time.

See Also