ArcObjects Library Reference (GeoDatabase)  

IDENetworkDataset2.TimeZoneTableName Property

Name of the time zone table.

[Visual Basic .NET]
Public Property TimeZoneTableName As String
[C#]
public string TimeZoneTableName {get; set;}
[C++]
HRESULT get_TimeZoneTableName(
  BSTR* TableName
);
[C++]
HRESULT put_TimeZoneTableName(
  BSTR TableName
);
[C++]

Parameters

TableName [out, retval]   TableName is a parameter of type BSTR TableName [in]   TableName is a parameter of type BSTR

Product Availability

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

See Also

IDENetworkDataset2 Interface