isDaylightSavingTimeForDate_ method

bool isDaylightSavingTimeForDate_(
  1. NSDate aDate
)

isDaylightSavingTimeForDate:

Implementation

bool isDaylightSavingTimeForDate_(objc.NSDate aDate) {
  return _objc_msgSend_5(
      this.pointer, _sel_isDaylightSavingTimeForDate_, aDate.pointer);
}