This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IT > ITimeZoneInfo Interface > ITimeZoneInfo.DaylightTimeName Property (ArcObjects .NET 10.5 SDK) |
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