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.IsDaylightSavingTime (DateTime)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function IsDaylightSavingTime( _
   ByVal time As DateTime _
) As Boolean
[C#]
public virtual bool IsDaylightSavingTime(
   DateTime time
);
[C++]
public: virtual bool IsDaylightSavingTime(
   DateTime time
);
[JScript]
public function IsDaylightSavingTime(
   time : DateTime
) : Boolean;

Parameters

time
The time to be checked to determine whether it is in daylight saving time.

See Also

TimeZone Class | TimeZone Members | System Namespace | TimeZone.IsDaylightSavingTime Overload List