ArcObjects Library Reference (System)  

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