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



Teradata.Client.Provider Namespace > TdTimeWithTimeZone Structure > TdTimeWithTimeZone Constructor : TdTimeWithTimeZone 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 TdTimeWithTimeZone 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 TdTimeWithTimeZone(hour, minute, second)
public TdTimeWithTimeZone( 
   int hour,
   int minute,
   int second
)
public:
TdTimeWithTimeZone( 
   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.
Exceptions
ExceptionDescription
A time component is out of the valid range.
Remarks

The scale will default to the minimum scale of 0.

The UTC Offset will default to the local time zone of the machine.

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdTimeWithTimeZone Structure
TdTimeWithTimeZone Members
Overload List