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


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

ITimeValue.TimeReference Property

The time reference associated with the time value.

[Visual Basic .NET]
Public Property TimeReference As ITimeReference
[C#]
public ITimeReference TimeReference {get; set;}
[C++]
HRESULT get_TimeReference(
  ITimeReference** TimeReference
);
[C++]
HRESULT putref_TimeReference(
  ITimeReference* TimeReference
);
[C++]
Parameters
TimeReference [out, retval]

TimeReference is a parameter of type ITimeReference** TimeReference [in]
TimeReference is a parameter of type ITimeReference*

Product Availability

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

See Also

ITimeValue Interface