DATE_STRUCT
DATE_STRUCT — contains dates (y,m,d).
class DATE_STRUCT { day; month; year; }
This structure contains dates. For more information, please refer to C Data Types.