DB2DateTime.Ticks property

Returns the number of ticks since midnight on 1 January 0001 to the time that is specified in the DB2DateTime instance.

The DB2DateTime.Ticks 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 Ticks As Int64
[C#]
public Int64 Ticks {get;}
[C++]
public: __property Int64 get_Ticks();
[JScript]
public function get Ticks() : Int64;

Property value

A number of ticks that is specified in the DB2DateTime instance. There are 10 000 000 ticks in one second.