void GB.MakeDateFromTime ( long time , long usec , GB_DATE * value )
Fills a Gambas date/time value from a number of seconds and microseconds from the 01/01/1970, i.e. a Unix time.
If the number of seconds and microseconds are not valid, then the type field of the GB_DATE
structure is set to GB_T_NULL.