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