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


ITimeZoneFactory2.SaveTimeZones Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneFactory2 Interface > ITimeZoneFactory2.SaveTimeZones Method
ArcGIS Developer Help

ITimeZoneFactory2.SaveTimeZones Method

Save time zones.

[Visual Basic .NET]
Public Sub SaveTimeZones ( _
    ByVal FileName As String _
)
[C#]
public void SaveTimeZones (
    string FileName
);
[C++]
HRESULT SaveTimeZones(
  BSTR FileName
);
[C++]
Parameters
FileName [in]

FileName is a parameter of type BSTR

Product Availability

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

See Also

ITimeZoneFactory2 Interface