Constructors: NewDayLightTime

NewDayLightTime

Creates a new DayLightTime object with the specified start and end times for daylight saving.



 Public Function NewDayLightTime(
	  ByRef StartTime As Variant,
	  ByRef EndTime As Variant,
	  ByVal Delta As TimeSpan ) As DayLightTime

Parameters

StartTime
[ByRef] Variant. The starting of the daylight saving period.
EndTime
[ByRef] Variant. The ending of the daylight saving period.
Delta
[ByVal] TimeSpan. The time difference between daylight saving time and standard time.

Return Values

DayLightTime -  A newly created DayLightTime object.

See Also

Project CorLib Overview

Class Constructors Overview