In The Hand LtdIn The Hand
GetDaylightChanges Method (year)
NamespacesInTheHand.WindowsMobile.PocketOutlookOutlookTimeZoneGetDaylightChanges(Int32)
.NET Components for Mobility
Returns the daylight saving time period for a particular year.
Declaration Syntax
C#Visual Basic
public override DaylightTime GetDaylightChanges(
	int year
)
Public Overrides Function GetDaylightChanges ( _
	year As Integer _
) As DaylightTime
Parameters
year (Int32)
The year to which the daylight saving time period applies.
Return Value
A DaylightTime instance containing the start and end date for daylight saving time in year.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionyear is less than 1 or greater than 9999.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0