Home / api / name / gb_date_serial 
GB_DATE_SERIAL
Syntax
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.

See also

Date & Time Management