GB_DATE_SERIAL

typedef
  struct {
    short year;
    short month;
    short day;
    short hour;
    short min;
    short sec;
    short weekday;
    short msec;
    }
  GB_DATE_SERIAL ;

This structure depicts a date from its explicit components.


Referenced by :