Initializes a new instance of TdIntervalDayToSecond.
Overload List
| Overload | Description |
| TdIntervalDayToSecond Constructor(Int32,Int32,Int32,Int32,Int32,Byte,Byte) | An instance of TdIntervalDayToSecond is created from a day and time components specified as integers while precision and scale components are specified as bytes. |
| TdIntervalDayToSecond Constructor(Int32,Int32,Int32,Int32,Int32) | An instance of TdIntervalDayToSecond is created from a day and time components specified as integers. |
| TdIntervalDayToSecond Constructor(TimeSpan) | An instance of TdIntervalDayToSecond is created from a TimeSpan. |
| TdIntervalDayToSecond Constructor(TimeSpan,Byte,Byte) | An instance of TdIntervalDayToSecond is created using a TimeSpan specifying the precision and the scale as bytes. |
Requirements
| Product | Versions | Platforms |
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |
See Also