Overload | Description |
---|---|
TdIntervalDay Constructor(Int32,Byte) | An instance of TdIntervalDay is created from a time component specified as an integer while precision is specified as a byte. |
TdIntervalDay Constructor(Int32) | An instance of TdIntervalDay is created from a time component specified as an integer. |
TdIntervalDay Constructor(TimeSpan) | An instance of TdIntervalDay is created from a TimeSpan. |
TdIntervalDay Constructor(TimeSpan,Byte) | An instance of TdIntervalDay is created using a TimeSpan specifying the day precision as a byte. |