Documentazione di Gambas
Application Repository
Come...
Componenti
Da fare
Documentazione Sviluppatori
Come programmare componenti in C/C++
Come programmare componenti in Gambas
Gambas API
Name
Documenti
Indice del linguaggio
LEGGIMI
Lessico
Licenza dello Wiki
Messaggi di errore
Panoramica del linguaggio
Registrazione
Ultime modifiche
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Date & Time Management
GB_DATE_SERIAL
Splitted Date/time value structure.
GB_DATE
Date/time value datatype.
GB.GetTime
Returns the current time in seconds.
GB.MakeDate
Makes a Gambas date/time value from its components.
GB.MakeDateFromTime
Makes a date/time value from a Unix time.
GB.SplitDate
Splits a date/time value into its components.
Overview
These functions allow you to use the Gambas date & time functions from a component.
GB.GetTime
is an equivalent of
Timer
or
Now
.
GB.MakeDate
is an equivalent of
Date
.
GB.SplitDate
is an equivalent of
Year
,
Month
,
Day
,
Hour
...