CDaoQueryDef::GetDateLastUpdated

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

Return Value

A COleDateTime object containing the date and time the querydef was last updated.

Remarks

Call this member function to get the date the querydef object was last updated — when any of its properties were changed, such as its name, its SQL string, or its connect string.

For information about querydefs, see the article in Visual C++ Programmer's Guide. For related information, see the topic "DateCreated, LastUpdated Properties" in DAO Help.

CDaoQueryDef OverviewClass MembersHierarchy Chart

See Also   CDaoQueryDef::GetDateCreated