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