qtDateTime
|
Public Attributes | |
integer(qtdt_k_int4) | idays |
integer(qtdt_k_int2) | ihours |
integer(qtdt_k_int1) | iminutes |
integer(qtdt_k_int1) | iseconds |
integer(qtdt_k_int4) | imilliseconds |
TYPE(qtDT_T_DayTime) tDayTime 0 <= tDayTime % iDays < 2^31 0 <= tDayTime % iHours < 24 0 <= tDayTime % iMinutes < 60 0 <= tDayTime % iSeconds < 60 0 <= tDayTime % iMilliSeconds < 1000
Serves as a container for storage of a time of day specification.
Contrary to TYPE qtDT_T_Time it is intended to be used for storage of clock times (<= 23:59:59:999). To cater for the situation of time specifications greater than 24 hours, a number of days can be specified.
integer(qtdt_k_int4) idays |
integer(qtdt_k_int2) ihours |
integer(qtdt_k_int1) iminutes |
integer(qtdt_k_int1) iseconds |
integer(qtdt_k_int4) imilliseconds |