ArcObjects Library Reference (Carto)  

IRealTimeFeed.CurrentDateTime Property

The current date and time.

[Visual Basic .NET]
Public ReadOnly Property CurrentDateTime As esriGpsDateTime
[C#]
public esriGpsDateTime CurrentDateTime {get;}
[C++]
HRESULT get_CurrentDateTime(
  esriGpsDateTime* pDateTime
);
[C++]

Parameters

pDateTime [out, retval]

  pDateTime is a parameter of type esriGpsDateTime

Product Availability

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

See Also

IRealTimeFeed Interface