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. |