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