DaylightTime Constructor (DateTime, DateTime, TimeSpan)
.NET Framework (current version)
Initializes a new instance of the DaylightTime class with the specified start, end, and time difference information.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- start
-
Type:
System::DateTime
The object that represents the date and time when daylight saving time begins. The value must be in local time.
- end
-
Type:
System::DateTime
The object that represents the date and time when daylight saving time ends. The value must be in local time.
- delta
-
Type:
System::TimeSpan
The object that represents the difference between standard time and daylight saving time, in ticks.
.NET Framework
Available since 1.1
Available since 1.1
Show: