2.0
3.0
>
dev
>
api
>
name
>
gb.makedate
Anterior
Próximo
Editar
Renomear
Desfazer
Procurar
Administração
Documentação
Cuidado! Esta página não está traduziada.
Veja a versão em inglês
GB.MakeDate
int
GB.MakeDate
( GB_DATE_SERIAL *
date
, GB_DATE *
value
)
Fills a
Gambas
date/time value from its components : year, month, day, hour, and so on.
date
points at a
GB_DATE_SERIAL
structure that contains the date and time components.
value
will be filled with the result.
This function returns a non-zero value if the date components are not a valid date or time.
Veja também
Date & Time Management