IsDaylightSavingTime
Returns whether the time is currently in the daylight saving period.
Public Function IsDaylightSavingTime(
ByRef Time As Variant,
ByVal daylightTimes As DayLightTime ) As Boolean
Parameters
- Time
-
[ByRef]
Variant.
The time to check if in the daylight saving period.
- daylightTimes
-
[ByVal]
DayLightTime.
the daylight period to check the time against.
Return Values
Boolean - True if Time is in the daylight saving period; False otherwise.
See Also
Project CorLib Overview
Class TimeZoneStatic Overview