DB2DateTime.EndTimeUnit property

Gets the end time unit that is stored in the DB2DateTime instance.

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

Property value

An end time unit of the DB2DateTime instance. The DB2DateTime.EndTimeUnit property is the most granular time unit that is specified in the DB2DateTime instance.