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