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