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


ITimeZoneInfo.StandardTimeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneInfo Interface > ITimeZoneInfo.StandardTimeName Property
ArcGIS Developer Help

ITimeZoneInfo.StandardTimeName Property

The time zone name during standard time.

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

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

Product Availability

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

See Also

ITimeZoneInfo Interface