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



Teradata.Client.Provider Namespace > TdTimeWithTimeZone Structure > ToString Method : ToString() Method
The TdTimeWithTimeZone is converted to an equivalent String representation.
Syntax
'Declaration
 
Public Overloads Overrides Function ToString() As String
'Usage
 
Dim instance As TdTimeWithTimeZone
Dim value As String
 
value = instance.ToString()
public override string ToString()
public:
String^ ToString(); override 

Return Value

The string representation of TdTimeWithTimeZone is returned.
Remarks

The string representation of the time will be in the format: "HH:mm:ss.ffffffZ". For example, "23:12:45.0023-08:00".

The number of digits that will appear in the fractional seconds is dependent on the TdTimeWithTimeZone.Scale. For example, if the Scale is set to 4, four digits will appear in the fraction.

If this instance is TdTimeWithTimeZone.Null, a string that contains "Null" will be returned.

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