Overload | Description |
---|---|
ToHours(SByte) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<SByte>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(Byte) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<Byte>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(Int16) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<Int16>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(UInt16) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<UInt16>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(Int32) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<Int32>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(UInt32) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<UInt32>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(Int64) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<Int64>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(UInt64) | Gets a System.TimeSpan value, with total number of hours equals to nbHours. |
ToHours(Nullable<UInt64>) | Gets a System.TimeSpan value, with total number of hours equals to nullableNbHours. |
ToHours(Single) | Gets a System.TimeSpan value, with total floating number of hours equals to floating value nbHoursFloat. |
ToHours(Nullable<Single>) | Gets a System.TimeSpan value, with total floating number of hours equals to floating value nullableNbHoursFloat. |
ToHours(Decimal) | Gets a System.TimeSpan value, with total floating number of hours equals to floating value nbHoursDecimal. |
ToHours(Nullable<Decimal>) | Gets a System.TimeSpan value, with total floating number of hours equals to floating value nullableNbHoursDecimal. |
ToHours(Double) | Gets a System.TimeSpan value, with total double number of hours equals to double value nbHoursDouble. |
ToHours(Nullable<Double>) | Gets a System.TimeSpan value, with total floating number of hours equals to floating value nullableNbHoursDouble. |