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