typedef struct { long date; long time; } GB_DATE_VALUE; typedef struct { GB_TYPE type; GB_DATE_VALUE value; long _reserved; } GB_DATE ;
This structure represents a Date Gambas value.
Date