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