This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeReference Interface > ITimeReference.TimeZoneInfo Property (ArcObjects .NET 10.5 SDK) |
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