qtDateTime
 All Classes Functions Variables
qtdatetime::qtdt_t_date Type Reference

Public Attributes

integer(qtdt_k_int2) iday
 
integer(qtdt_k_int2) imonth
 
integer(qtdt_k_int4) iyear
 

Detailed Description

TYPE(qtDT_T_Date) tDate
 0 <= tDate % iDay <= 31
 0 <= tDate % iMonth <= 12
 0 <= tDate % iYear < 214749 

Serves as a container for storage of a date specification.
The component iYear must be less than 214749 because of internal conversion to 4-byte INTEGER number when operating with this type.

Member Data Documentation

integer(qtdt_k_int2) iday
integer(qtdt_k_int2) imonth
integer(qtdt_k_int4) iyear