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


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

ITimeReference.TimeZoneInfo Property

The time zone information associated with the time reference.

[Visual Basic .NET]
Public Property TimeZoneInfo As ITimeZoneInfo
[C#]
public ITimeZoneInfo TimeZoneInfo {get; set;}
[C++]
HRESULT get_TimeZoneInfo(
  ITimeZoneInfo** timeZone
);
[C++]
HRESULT putref_TimeZoneInfo(
  ITimeZoneInfo* timeZone
);
[C++]
Parameters
timeZone [out, retval]

timeZone is a parameter of type ITimeZoneInfo** timeZone [in]
timeZone is a parameter of type ITimeZoneInfo*

Product Availability

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

See Also

ITimeReference Interface