|
IntlCalendar::inDaylightTimeWhether the objectʼs time is in Daylight Savings Time DescriptionObject-oriented style
public bool IntlCalendar::inDaylightTime()
Procedural style bool intlcal_in_daylight_time(IntlCalendar
$calendar )Whether, for the instant represented by this object and for this objectʼs timezone, daylight saving time is in place. Parameters
Return Values
Returns On failure Examples
Example #1 IntlCalendar::inDaylightTime
|