Overload | Description |
---|---|
ToSeconds(SByte) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<SByte>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(Byte) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<Byte>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(Int16) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<Int16>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(UInt16) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<UInt16>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(Int32) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<Int32>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(UInt32) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<UInt32>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(Int64) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<Int64>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(UInt64) | Gets a System.TimeSpan value, with total number of seconds equals to nbSeconds. |
ToSeconds(Nullable<UInt64>) | Gets a System.TimeSpan value, with total number of seconds equals to nullableNbSeconds. |
ToSeconds(Single) | Gets a System.TimeSpan value, with total floating number of seconds equals to floating value nbSecondsFloat. |
ToSeconds(Nullable<Single>) | Gets a System.TimeSpan value, with total floating number of seconds equals to floating value nullableNbSecondsFloat. |
ToSeconds(Decimal) | Gets a System.TimeSpan value, with total floating number of seconds equals to floating value nbSecondsDecimal. |
ToSeconds(Nullable<Decimal>) | Gets a System.TimeSpan value, with total floating number of seconds equals to floating value nullableNbSecondsDecimal. |
ToSeconds(Double) | Gets a System.TimeSpan value, with total double number of seconds equals to double value nbSecondsDouble. |
ToSeconds(Nullable<Double>) | Gets a System.TimeSpan value, with total floating number of seconds equals to floating value nullableNbSecondsDouble. |