DateModified Property (ADOX)

Microsoft ActiveX Data Objects (ADO)

ADOX 2.5 API Reference

DateModified Property

Indicates the date the object was last modified.

Return Values

Returns a Variant value specifying the date modified. The value is null if DateModified is not supported by the provider.

Remarks

The DateModified property is null for newly appended objects. After appending a new View or Procedure, you must call the Refresh method of the Views or Procedures collection to obtain values for the DateModified property.

See Also

DateCreated and DateModified Properties Example (VB)

DateCreated Property

Applies To: Procedure Object | Table Object | View Object

© 1998-2003 Microsoft Corporation. All rights reserved.