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


ITimeInstant.Time Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeInstant Interface > ITimeInstant.Time Property
ArcGIS Developer Help

ITimeInstant.Time Property

The time instant time value.

[Visual Basic .NET]
Public Property Time As ITime
[C#]
public ITime Time {get; set;}
[C++]
HRESULT get_Time(
  ITime** Time
);
[C++]
HRESULT put_Time(
  ITime* Time
);
[C++]
Parameters
Time [out, retval]

Time is a parameter of type ITime** Time [in]
Time is a parameter of type ITime*

Product Availability

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

See Also

ITimeInstant Interface