DB2DateTime.Today property

Gets the current date value.

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

Property value

A DB2DateTime structure value that is set to the current date. The DB2DateTime structure has time unit values from year to day.