Click or drag to resize

Time   Conversion Operators

Overload List
  Name Description
Public operator Static member (Double to Time) Implicitly converts value, represented in seconds, to a Time.
Public operator Static member (Time to Double) Implicitly converts Time, represented in seconds, to a Double.
Public operator Static member (Time to TimeSpan) Implicitly converts Time, represented in seconds, to a TimeSpan.
Public operator Static member (TimeSpan to Time) Implicitly converts value, represented as a TimeSpan, to a Time.
Top
See Also