DB2DateTime.Value property

Gets the value that is stored in the DB2DateTime structure.

The DB2DateTime.Value property is available for use only with the Informix® database server.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[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;

Property value

A value of the DB2DateTime instance in the form of a System.DateTime object.