Overload | Description |
---|---|
Implicit Type Conversion(Debt,TimeSpan) | A System.TimeSpan value can be implicitly converted to a Debt value. |
Implicit Type Conversion(Debt,Nullable<TimeSpan>) | A nullable System.TimeSpan value can be implicitly converted to a Debt value. |
Implicit Type Conversion(TimeSpan,Debt) | A Debt value can be implicitly converted to a System.TimeSpan value. |