DaylightTime()

DaylightTime::DaylightTime(DateTime, DateTime, TimeSpan) constructor

RTTI information.

System::Globalization::DaylightTime::DaylightTime(DateTime start, DateTime end, TimeSpan delta)

Arguments

ParameterTypeDescription
startDateTimeDate and time when daylight saving time begins (must be in local time).
endDateTimeDate and time when daylight saving time ends (must be in local time).
deltaTimeSpanDifference between standard time and daylight saving time.

Remarks

Constructor.

See Also