CDaoTableDef::GetDateLastUpdated

COleDateTime GetDateLastUpdated( );
throw( CDaoException, CMemoryException );

Return Value

A value that contains the date and time the table underlying the CDaoTableDef object was last updated.

Remarks

Call this function to determine the date and time the table underlying the CDaoTableDef object was last updated.

The date and time settings are derived from the computer on which the base table was created or last updated. In a multiuser environment, users should get these settings directly from the file server to avoid discrepancies; that is, all clients should use a “standard” time source — perhaps from one server.

For more information on tabledefs, see the articles DAO Tabledef and DAO Tabledef: Using Tabledefs in Visual C++ Programmer's Guide. For related information, see the topic "DateCreated, LastUpdated Properties" in DAO Help.

CDaoTableDef OverviewClass MembersHierarchy Chart

See Also   CDaoTableDef::GetDateCreated