Constructors: NewDayLightTime

NewDayLightTime

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



 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 savings period.
EndTime
[ByRef] Variant. The ending of the daylight savings period.
Delta
[ByVal] TimeSpan. The time difference between daylight savings time and standard time.

Return Values

DayLightTime -  A newly created DayLightTime object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewDates NewDictionaryEntry