DB2TimeStamp.Value Property
Gets the value stored in the DB2TimeStamp object in the form of a System.DateTime object.
- 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 DB2TimeStamp instance.