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: 4.7.2.0 (4.7.2.0)
Syntaxpublic bool IsDaylightSavingTime(
	DateTime time
)
Public Function IsDaylightSavingTime ( 
	time As DateTime
) As Boolean
Parameters
- time
 - Type: SystemDateTime
A DateTime to evaluate 
Return Value
Type: 
BooleanTrue if the time value occurs during the daylight saving time period for the given year, otherwise false.
See Also