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


ITimeZoneInfo.DaylightTimeName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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(
  BSTR* 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