Gambas Documentation
Documents
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
Day
Result
= Day (
Date
AS Date
)
AS Integer
Returns the day component of a
Date
value in the local timezone.
Example
PRINT
Now
;
" -> "
;
Day
(
Now
)
05/16/2002 22:31:30 -> 16
See also
Date & Time Functions