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


ITimeReference.TimeZoneInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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