This document is archived and information here might be outdated.  Recommended version.


IRealTimeFeedManagerEvents.DateTimeUpdated Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeFeedManagerEvents.DateTimeUpdated Event

Reports the date and time when it is updated.

[Visual Basic .NET]
Public Event DateTimeUpdated As DateTimeUpdatedEventHandler
[C#]
public event DateTimeUpdatedEventHandler DateTimeUpdated
[C++]
HRESULT DateTimeUpdated(
  esriGpsDateTime* pNewDateTime
);
[C++]

Parameters pNewDateTime [in]
pNewDateTime is a parameter of type esriGpsDateTime

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeFeedManagerEvents Interface