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