NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeZone.DaylightName

Returns the daylight saving time zone name.

If daylight saving time is not used in the time zone, a null string will be returned.

[Visual Basic]
Overridable Public Property DaylightName As String
[C#]
public string DaylightName {virtual get; virtual set;}
[C++]
public: __property virtual String* get_DaylightName();
public: __property virtual void set_DaylightName(String*);
[JScript]
public function get DaylightName() : String;
public function set DaylightName(String);

See Also

TimeZone Class | TimeZone Members | System Namespace