ArcObjects Library Reference (Display)  

ITimeDisplay.TimeReference Property

Time reference using which the data has to be displayed.

[Visual Basic .NET]
Public Property TimeReference As ITimeReference
[C#]
public ITimeReference TimeReference {get; set;}
[C++]
HRESULT get_TimeReference(
  ITimeReference** TimeReference
);
[C++]
HRESULT put_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

ITimeDisplay Interface