This documentation is archived and is not being maintained.

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)

public:
virtual bool IsDaylightSavingTime(
	DateTime time
) override

Parameters

time
Type: System::DateTime

Return Value

Type: System::Boolean

Show: