Home > dev > api > name > gb_date 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
GB_DATE
typedef
  struct {
    int date;
    int time;
    }
  GB_DATE_VALUE;

typedef   struct {     GB_TYPE type;     GB_DATE_VALUE value;     #if __WORDSIZE == 64     intptr_t _reserved[2];     #else     int _reserved;     #endif     }   GB_DATE;

This structure represents a Date Gambas value.

See also

Gambas Value Datatype