Home / api / name / gb_date 
GB_DATE
Syntax
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.

See also

Gambas Value Datatype