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