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


ITimeZoneInfo.DaylightTimeName 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.DaylightTimeName Property
ArcGIS Developer Help

ITimeZoneInfo.DaylightTimeName Property

The time zone name during daylight time.

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

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

Product Availability

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

See Also

ITimeZoneInfo Interface