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