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