CustomTimeZone.IsDaylightSavingTime Method

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CustomTimeZone Class

Microsoft.TeamFoundation.Common Namespace