difftime
From cppreference.com
Defined in header <time.h>
|
||
Computes difference between two calendar times as time_t
objects (time2 - time1) in seconds.
Contents |
[edit] Parameters
time1, time2 | - | times to compare |
[edit] Return value
difference between two times in seconds
[edit] Example
This section is incomplete Reason: no example |