DB2DateTime properties
List of the DB2DateTime properties.
The DB2DateTime properties are available for use only with the Informix® database server.
Public properties
| Property | Description |
|---|---|
Date |
Gets the date value that is stored in the DB2DateTime structure. |
Day |
Gets the day value that is stored in the DB2DateTime structure. |
EndTimeUnit |
Gets the end time unit that is stored in the DB2DateTime instance. |
Hour |
Gets the hour value that is stored in the DB2DateTime structure. |
IsNull |
Gets a value that indicates whether the value that is stored in the DB2DateTime structure is null. |
Millisecond |
Gets the millisecond value that is stored in the DB2DateTime structure. |
Minute |
Gets the minute value that is stored in the DB2DateTime instance. |
Month |
Gets the month value that is stored in the DB2DateTime instance. |
Now |
Gets current date and time value. |
Precision |
Gets a precision value of the DB2DateTime structure value. |
Second |
Gets the second value that is stored in the DB2DateTime instance. |
StartTimeUnit |
Gets the first time unit that is stored in the DB2DateTime instance. |
Ticks |
Returns the number of ticks since midnight on 1 January 0001 to the time that is specified in the DB2DateTime instance. |
Today |
Gets the current date value. |
Value |
Gets the value that is stored in the DB2DateTime structure. |
Year |
Gets the year value that is stored in the DB2DateTime instance. |