Gentee Programming Language > Documentation > Libraries Download documentation

dbf.fw_date

Write a date into the specified field of the current record.
 
uint dbf.fw_date(
      datetime   dt,
      uint   num
)

Parameters

dtThe structure containing the date.
numField number beginning with 1.

Return value

If error occurs, function returns 0.

See also

    Working with DBF files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.