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