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