ArcObjects Library Reference (System)  

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