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


IRealTimeFeed.CurrentDateTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeed Interface > IRealTimeFeed.CurrentDateTime Property
ArcGIS Developer Help

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