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