CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Initializes a new instance of the DaylightTime class.

Namespace: ?System.Globalization
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	start As DateTime, _
	end As DateTime, _
	delta As TimeSpan _
)
C#
public DaylightTime(
	DateTime start,
	DateTime end,
	TimeSpan delta
)
Visual C++
public:
DaylightTime(
	DateTime start, 
	DateTime end, 
	TimeSpan delta
)
JavaScript
System.Globalization.DaylightTime = function(start, end, delta);

Parameters

start
Type: System..::.DateTime
The DateTime that represents the date and time when the daylight-saving period begins. The value must be in local time.
end
Type: System..::.DateTime
The DateTime that represents the date and time when the daylight-saving period ends. The value must be in local time.
delta
Type: System..::.TimeSpan
The TimeSpan that represents the difference between the standard time and the daylight-saving time in ticks.

See Also



Free Download:
 
Search This Site:

 
  Privacy | Contact Us
All Times Are GMT