secondsFromGMTForDate method

int secondsFromGMTForDate(
  1. NSDate aDate
)

secondsFromGMTForDate:

Implementation

int secondsFromGMTForDate(objc.NSDate aDate) {
  return _objc_msgSend_1r6ymhb(
    object$.ref.pointer,
    _sel_secondsFromGMTForDate_,
    aDate.ref.pointer,
  );
}