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 Microsoft Visio Professional 2010 or Visio Premium 2010.
Version Information
Version Added: Visio 2007
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.