Indicates whether a specified date and time falls in the range of daylight saving time for the time zone of the current TimeZone object.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Overrides Function IsDaylightSavingTime ( _
    time As DateTime _
) As Boolean
public override bool IsDaylightSavingTime(
    DateTime time
)
public:
virtual bool IsDaylightSavingTime(
    DateTime time
) override
abstract IsDaylightSavingTime : 
        time:DateTime -> bool  
override IsDaylightSavingTime : 
        time:DateTime -> bool
public override function IsDaylightSavingTime(
    time : DateTime
) : boolean
Parameters
- time
 Type: System.DateTime
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.