DB2Time.Value Property
Gets the value stored in the DB2Time structure in the form of a TimeStamp.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public ReadOnly Property Value As TimeStamp
[C#]
public TimeStamp Value {get;}
[C++]
public: __property TimeStamp get_Value();
[JScript]
public function get Value() : TimeStamp;
Property value
A TimeStamp representing the DB2Time instance.