DB2DateTime.Precision property
Gets a precision value of the DB2DateTime structure value.
The DB2DateTime.Precision 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 Precision As Int32
[C#]
public Int32 Precision {get;}
[C++]
public: __property Int32 get_Precision();
[JScript]
public function get Precision() : Int32;
Property value
An integer that represents the precision of the DB2DateTime instance.