An instance of
TdIntervalDayToMinute is created from a day and time components specified as integers while the precision component is specified as a Byte.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Byte _
)
'Usage
Dim days As Integer
Dim hours As Integer
Dim minutes As Integer
Dim precision As Byte
Dim instance As New TdIntervalDayToMinute(days, hours, minutes, precision)
public TdIntervalDayToMinute(
int ,
int ,
int ,
byte
)
public:
TdIntervalDayToMinute(
int ,
int ,
int ,
byte
)
Parameters
- days
- Number of days.
- hours
- Number of hours.
- minutes
- Number of minutes.
- precision
- Number of significant digits of the day.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also