Send feedback on this topic.
Teradata.Client.Provider
ToString() Method



Teradata.Client.Provider Namespace > TdIntervalDayToSecond Structure > ToString Method : ToString() Method
Converts this instance to its equivalent String representation.
Syntax
'Declaration
 
Public Overloads Overrides Function ToString() As String
'Usage
 
Dim instance As TdIntervalDayToSecond
Dim value As String
 
value = instance.ToString()
public override string ToString()
public:
String^ ToString(); override 

Return Value

A string representation of the TdIntervalDayToSecond will be returned.
Remarks

The string returned will follow this format:

[sign][days][space character][hh]:[mm]:[ss].[ffffff]

Below is the description of each format item.

Format Item Description
sign If negative a minus sign will be displayed.
days The number of days (one to four digits in length).
hh The number of hours from 00 - 23.
mm The number of minutes from 00 - 59.
ss The number of seconds from 00 - 59.
ffffff The number of fractional seconds (0 to 6 digits in length).

Cultural settings are not supported.

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

TdIntervalDayToSecond Structure
TdIntervalDayToSecond Members
Overload List