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