This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapTimeDisplay Interface > IMapTimeDisplay.TimeReference Property (ArcObjects .NET 10.5 SDK) |
The time reference (time zone information, daylight savings, etc.) associated with the map.
[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