DB2DateTime.Now property
Gets current date and time value.
The DB2DateTime.Now 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 Now As DB2DateTime
[C#]
public DB2DateTime Now {get;}
[C++]
public: __property DB2DateTime get_Now();
[JScript]
public function get Now() : DB2DateTime;
Property value
A DB2DateTime structure value that is set to the current date and time. The DB2DateTime structure has complete time unit values from year to a fifth fraction of a second.