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



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

Return Value

The string representation of TdPeriodTimestampWithTimeZone is returned.
Remarks

When a TdPeriodTimestampWithTimeZone 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:

    (yyyy-MM-dd HH:mm:ss.ffffffZ, yyyy-MM-dd HH:mm:ss.ffffffZ)

An example of a string representation of a TdPeriodTimestampWithTimeZone is

    (2007-10-31 20:21:56.323+08:00, 2007-11-27 01:31:21.564+08:00)
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members
Overload List
TdTimestampWithTimeZone Structure
ToString Method