asp.net.ph

TimeZone.DaylightName Property

System Namespace   TimeZone Structure


Gets the daylight savings time zone name.

[ VB ]
Public MustOverride ReadOnly Property DaylightName As String

[ C# ]
public abstract string DaylightName { get; }

[ C++ ]
public:
virtual property String^ DaylightName {
   String^ get ( ) abstract;
}

[ JScript ]
public abstract function get DaylightName ( ) : String

Property Value

A string representing the name of the daylight savings time zone.

Example

The following example gets the values returned by the current time zone set on the Web server.

 Show me 

See Also

TimeZone Members   CurrentTimeZone Property   StandardName Property   GetUtcOffset Method Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note