qtDateTime
|
Public Attributes | |
integer(qtdt_k_int4) | ihours |
integer(qtdt_k_int1) | iminutes |
integer(qtdt_k_int1) | iseconds |
integer(qtdt_k_int2) | imilliseconds |
TYPE(qtDT_T_Time) tTime 0 <= tTime % iHours < 2^31 0 <= tTime % iMinutes < 60 0 <= tTime % iSeconds < 60 0 <= tTime % iMilliSeconds < 1000
Serves as a container for storage of a time specification.
Contrary to TYPE qtDT_T_DayTime this type is intended to be used also for times with hours > 23.
integer(qtdt_k_int4) ihours |
integer(qtdt_k_int1) iminutes |
integer(qtdt_k_int1) iseconds |
integer(qtdt_k_int2) imilliseconds |