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


IDENetworkDataset2.TimeZoneAttributeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset2 Interface > IDENetworkDataset2.TimeZoneAttributeName Property
ArcGIS Developer Help

IDENetworkDataset2.TimeZoneAttributeName Property

Name of the time zone attribute.

[Visual Basic .NET]
Public Property TimeZoneAttributeName As String
[C#]
public string TimeZoneAttributeName {get; set;}
[C++]
HRESULT get_TimeZoneAttributeName(
  System.String* AttributeName
);
[C++]
HRESULT put_TimeZoneAttributeName(
  BSTR AttributeName
);
[C++]
Parameters
AttributeName [out, retval]

AttributeName is a parameter of type BSTR* AttributeName [in]
AttributeName is a parameter of type BSTR

Product Availability

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

See Also

IDENetworkDataset2 Interface