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