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