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



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

Return Value

The string representation of TdPeriodTimeWithTimeZone is returned.
Remarks

When a TdPeriodTimeWithTimeZone is converted to a string, both the beginning and ending bounds will be included in the returning string. The format of the string will be:

    (HH:mm:ss.ffffffZ, HH:mm:ss.ffffffZ)

An example of a string representation of a TdPeriodTimeWithTimeZonestampWithTimeWithTimeZoneZone is

    (2007-10-31 20:21:56.323+08:00, 2007-11-27 01:31:21.564+08:00)
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

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members
Overload List