| Overload | Description | 
|---|---|
| ToDays(SByte) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<SByte>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(Byte) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<Byte>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(Int16) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<Int16>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(UInt16) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<UInt16>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(Int32) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<Int32>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(UInt32) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<UInt32>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(Int64) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<Int64>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(UInt64) | Gets a System.TimeSpan value, with total number of days equals to nbDays. | 
| ToDays(Nullable<UInt64>) | Gets a System.TimeSpan value, with total number of days equals to nullableNbDays. | 
| ToDays(Single) | Gets a System.TimeSpan value, with total floating number of days equals to floating value nbDaysFloat. | 
| ToDays(Nullable<Single>) | Gets a System.TimeSpan value, with total floating number of days equals to floating value nullableNbDaysFloat. | 
| ToDays(Decimal) | Gets a System.TimeSpan value, with total floating number of days equals to floating value nbDaysDecimal. | 
| ToDays(Nullable<Decimal>) | Gets a System.TimeSpan value, with total floating number of days equals to floating value nullableNbDaysDecimal. | 
| ToDays(Double) | Gets a System.TimeSpan value, with total double number of days equals to double value nbDaysDouble. | 
| ToDays(Nullable<Double>) | Gets a System.TimeSpan value, with total floating number of days equals to floating value nullableNbDaysDouble. | 
