qtDateTime
 All Classes Functions Variables
qtdatetime::qtdt_t_time Type Reference

Public Attributes

integer(qtdt_k_int4) ihours
 
integer(qtdt_k_int1) iminutes
 
integer(qtdt_k_int1) iseconds
 
integer(qtdt_k_int2) imilliseconds
 

Detailed Description

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.

Member Data Documentation

integer(qtdt_k_int4) ihours
integer(qtdt_k_int1) iminutes
integer(qtdt_k_int1) iseconds
integer(qtdt_k_int2) imilliseconds