Function DaylightSavingStartDate(Year, Timezone)

DaylightSavingStartDate

The function DaylightSavingStartDate computes the start date of daylight saving time for a particular year in a particular time zone.

DaylightSavingStartDate(
     Year,                    ! (input) an element expression
     Timezone                 ! (input) an element expression
     )

Arguments

Year

An element of a yearly calendar for the end date of daylight saving time must be computed.

Timezone

An element in the predefined set AllTimeZones.

Return Value

The result of DaylightSavingStartDate is the start date of daylight saving time, as a reference date, for the time zone Timezone in the year Year.

See also

AIMMS support for time zones is discussed in full detail in Support for Time Zones and Daylight Saving Time and Working in Multiple Time Zones of the Language Reference.