This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeInstant Interface > ITimeInstant.Time Property (ArcObjects .NET 10.5 SDK) |
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