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



Teradata.Client.Provider Namespace > TdTime Structure > TdTime Constructor : TdTime Constructor(TimeSpan)
A TimeSpan structure that represents the time. This must be specfied in 24 hour time.
An instance of TdTime is created from the time component specified as a TimeSpan structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As TimeSpan _
)
'Usage
 
Dim value As TimeSpan
 
Dim instance As New TdTime(value)
public TdTime( 
   TimeSpan value
)
public:
TdTime( 
   TimeSpan value
)

Parameters

value
A TimeSpan structure that represents the time. This must be specfied in 24 hour time.
Exceptions
ExceptionDescription
The TimeSpan is out of range.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.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