DB2DateTime.Date property

Gets the date value that is stored in the DB2DateTime structure.

The DB2DateTime.Date 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 Date As DB2DateTime
[C#]
public DB2DateTime Date {get;}
[C++]
public: __property DB2DateTime get_Date();
[JScript]
public function get Date() : DB2DateTime;

Property value

A date value of the DB2DateTime instance in a range of year to day.