Send feedback on this topic.
Teradata.Client.Provider
TdTime Constructor(Int32,Int32,Int32)



Teradata.Client.Provider Namespace > TdTime Structure > TdTime Constructor : TdTime Constructor(Int32,Int32,Int32)
The hour of the specified time. Valid values are 0-23.
The minutes of the specified time. Valid value are 0-59.
The seconds of the specified time. Valid values are 0-59.
An instance of TdTime is created from the time components specified as integers.
Syntax
'Declaration
 
Public Function New( _
   ByVal hour As Integer, _
   ByVal minute As Integer, _
   ByVal second As Integer _
)
'Usage
 
Dim hour As Integer
Dim minute As Integer
Dim second As Integer
 
Dim instance As New TdTime(hour, minute, second)
public TdTime( 
   int hour,
   int minute,
   int second
)
public:
TdTime( 
   int hour,
   int minute,
   int second
)

Parameters

hour
The hour of the specified time. Valid values are 0-23.
minute
The minutes of the specified time. Valid value are 0-59.
second
The seconds of the specified time. Valid values are 0-59.
Remarks

The scale will default to the minimum scale of 0 which corresponds to the Teradata "TIME" type.

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdTime Structure
TdTime Members
Overload List