getCallDuration method

int getCallDuration()

Implementation

int getCallDuration(){if(!isCall()) return-1;return super.expiry;}