Home > api > name > gb.makedatefromtime 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
GB.MakeDateFromTime
Syntax
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 1 Jan 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.

See also

Date & Time Management