Gets the value stored in the DB2Date structure in the form of a DateTime value.
[Visual Basic]
Public ReadOnly Property Value As DateTime
[C#]
public DateTime Value {get;}
[C++]
public: __property DateTime get_Value();
[JScript]
public function get Value() : DateTime;
A DateTime value representing the DB2Date instance.