TimeZone: IsDaylightSavingTime

IsDaylightSavingTime

Returns whether the time is currently in the daylight saving period.



 Public Function IsDaylightSavingTime(
	  ByRef Time As Variant ) As Boolean

Parameters

Time
[ByRef] Variant. The time to check if in the daylight saving period.

Return Values

Boolean -  Indicating if the time was in the daylight saving period.

See Also

Project CorLib Overview

Class TimeZone Overview