difftime method

double difftime(
  1. int arg0,
  2. int arg1
)

Implementation

double difftime(
  int arg0,
  int arg1,
) {
  return _difftime(
    arg0,
    arg1,
  );
}