DataRecordset.TimeRefreshed property (Visio)

Returns the date and time the data recordset was last refreshed. Read-only.

Note

This Visio object or member is available only to licensed users of Visio Professional 2013.

Syntax

expression.TimeRefreshed

expression An expression that returns a DataRecordset object.

Return value

Date

Remarks

The TimeRefreshed property value is returned in Coordinated Universal Time (Greenwich Mean Time).

If you successfully create a data recordset but it fails to retrieve any data from the data source, TimeRefreshed returns zero.

The first time you execute a query against a data recordset, TimeRefreshed is set to the time the query is executed. If, subsequently, the Refresh method is called, TimeRefreshed is set to the time the data recordset is refreshed.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.