DB2DateTime.Second property
Gets the second value that is stored in the DB2DateTime instance.
The DB2DateTime.Second 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 Second As Int32
[C#]
public Int32 Second {get;}
[C++]
public: __property Int32 get_Second();
[JScript]
public function get Second() : Int32;
Property value
A second value of the DB2DateTime instance.