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


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

ITimeTableDefinition.TimeReference Property

Time reference for the data.

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

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

Product Availability

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

Description

The TimeReference is the time zone and daylight savings time information that was used when recording the underlying data set.  This is useful for correctly aligning data from different time zones.

See Also

ITimeTableDefinition Interface