secondsFromGMTForDate_ method

int secondsFromGMTForDate_(
  1. NSDate aDate
)

secondsFromGMTForDate:

Implementation

int secondsFromGMTForDate_(objc.NSDate aDate) {
  return _objc_msgSend_3(
      this.pointer, _sel_secondsFromGMTForDate_, aDate.pointer);
}