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

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

See Also

Reference

TdTime Structure
TdTime Members
Overload List