TimeZone: IsDayLightSavingTime

IsDayLightSavingTime

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



 Public Function IsDayLightSavingTime(
	  ByRef Time As Variant,
	  Optional ByVal dayLightTimes As DayLightTime ) As Boolean

Parameters

Time
[ByRef] Variant. The time to check if in the daylight savings period.
dayLightTimes
[ByVal] Optional. DayLightTime. the daylight period to check the time against.

Return Values

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

Remarks

See Also

Project VBCorLib Overview Class TimeZone Overview TimeZone Properties TimeZone Methods IObject StandardName (get)