DB2Time.ToString Method
Returns a string that represents the DB2Time structure.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Overrides Function ToString As String
[C#]
public override string ToString ()
[C++]
public:
virtual String^ ToString () override
[JScript]
public override function ToString () : String
Return value
A string representing the value of the DB2Time structure. The string representation of the time will reflect the time format that corresponds to the territory code of the client application.