Overload | Description |
---|---|
ToMilliseconds(SByte) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<SByte>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(Byte) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<Byte>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(Int16) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<Int16>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(UInt16) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<UInt16>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(Int32) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<Int32>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(UInt32) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<UInt32>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(Int64) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<Int64>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(UInt64) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nbMilliseconds. |
ToMilliseconds(Nullable<UInt64>) | Gets a System.TimeSpan value, with total number of milli-seconds equals to nullableNbMilliseconds. |
ToMilliseconds(Single) | Gets a System.TimeSpan value, with total floating number of milli-seconds equals to floating value nbMillisecondsFloat. |
ToMilliseconds(Nullable<Single>) | Gets a System.TimeSpan value, with total floating number of milli-seconds equals to floating value nullableNbMillisecondsFloat. |
ToMilliseconds(Decimal) | Gets a System.TimeSpan value, with total floating number of milli-seconds equals to floating value nbMillisecondsDecimal. |
ToMilliseconds(Nullable<Decimal>) | Gets a System.TimeSpan value, with total floating number of milli-seconds equals to floating value nullableNbMillisecondsDecimal. |
ToMilliseconds(Double) | Gets a System.TimeSpan value, with total double number of milli-seconds equals to double value nbMillisecondsDouble. |
ToMilliseconds(Nullable<Double>) | Gets a System.TimeSpan value, with total floating number of milli-seconds equals to floating value nullableNbMillisecondsDouble. |