PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFSetLastModifiedDate()

void SHPAPI_CALL DBFSetLastModifiedDate ( DBFHandle  psDBF,
int  nYYSince1900,
int  nMM,
int  nDD 
)

Definition at line 337 of file dbfopen.c.

338 {
339  psDBF->nUpdateYearSince1900 = nYYSince1900;
340  psDBF->nUpdateMonth = nMM;
341  psDBF->nUpdateDay = nDD;
342 }
int nUpdateDay
Definition: shapefil.h:629
int nUpdateMonth
Definition: shapefil.h:628
int nUpdateYearSince1900
Definition: shapefil.h:627

References DBFInfo::nUpdateDay, DBFInfo::nUpdateMonth, and DBFInfo::nUpdateYearSince1900.

Referenced by DBFCreateLL(), and DBFOpenLL().

Here is the caller graph for this function: