Overload | Description |
---|---|
TdIntervalSecond Constructor(Int32,Int32,Byte,Byte) | An instance of TdIntervalSecond is created from time components specified as integers while precision and scale components are specified as bytes. |
TdIntervalSecond Constructor(Int32) | An instance of TdIntervalSecond is created from the time components specified as integers. |
TdIntervalSecond Constructor(Int32,Int32) | An instance of TdIntervalSecond is created from the time components specified as integers. |
TdIntervalSecond Constructor(TimeSpan) | An instance of TdIntervalSecond is created from a TimeSpan. |
TdIntervalSecond Constructor(TimeSpan,Byte,Byte) | An instance of TdIntervalSecond is created using a TimeSpan specifying the precision and the scale as bytes. |