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