Click or drag to resize

TimeZoneInformationIsDaylightSavingTime Method (DateTime)

Determines whether or not the specified date and time is within the daylight saving time period.

Namespace:  WorkflowGen.My.Globalization
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax
public bool IsDaylightSavingTime(
	DateTime time
)

Parameters

time
Type: SystemDateTime
A DateTime to evaluate

Return Value

Type: Boolean
True if the time value occurs during the daylight saving time period for the given year, otherwise false.
See Also