Hi,
You have an easier way to do that.
try:
DS_1.getInfo().lastDataUpdate;
In case your query is based on MultiProvider, you can use:
DS_1.getInfo().lastDataUpdateMaximum;
hope it helps,
Roman
Hi,
You have an easier way to do that.
try:
DS_1.getInfo().lastDataUpdate;
In case your query is based on MultiProvider, you can use:
DS_1.getInfo().lastDataUpdateMaximum;
hope it helps,
Roman