2.0
3.0
>
dev
>
api
>
name
>
gb.splitdate
Previous Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
GB.SplitDate
GB_DATE_SERIAL *
GB.SplitDate
( GB_DATE
value
)
Splits a
Gambas
date/time value into its components : year, month, and so on.
value
points at the
Gambas
date/time value.
This function returns a pointer to a static
GB_DATE_SERIAL
structure that contains each date and time
component
.
See also
api/cat/date