Overload | Description |
---|---|
ToMinutes(SByte) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<SByte>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(Byte) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<Byte>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(Int16) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<Int16>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(UInt16) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<UInt16>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(Int32) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<Int32>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(UInt32) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<UInt32>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(Int64) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<Int64>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(UInt64) | Gets a System.TimeSpan value, with total number of minutes equals to nbMinutes. |
ToMinutes(Nullable<UInt64>) | Gets a System.TimeSpan value, with total number of minutes equals to nullableNbMinutes. |
ToMinutes(Single) | Gets a System.TimeSpan value, with total floating number of minutes equals to floating value nbMinutesFloat. |
ToMinutes(Nullable<Single>) | Gets a System.TimeSpan value, with total floating number of minutes equals to floating value nullableNbMinutesFloat. |
ToMinutes(Decimal) | Gets a System.TimeSpan value, with total floating number of minutes equals to floating value nbMinutesDecimal. |
ToMinutes(Nullable<Decimal>) | Gets a System.TimeSpan value, with total floating number of minutes equals to floating value nullableNbMinutesDecimal. |
ToMinutes(Double) | Gets a System.TimeSpan value, with total double number of minutes equals to double value nbMinutesDouble. |
ToMinutes(Nullable<Double>) | Gets a System.TimeSpan value, with total floating number of minutes equals to floating value nullableNbMinutesDouble. |