BIPOM_TIME_GetDiffSeconds


Calculate difference in seconds between 2 times. IMPORTANT: use only time part of date

long BIPOM_TIME_GetDiffSeconds(BIPOM_TIME *pTime1, BIPOM_TIME *pTime2);

Parameters


pTime1, pTime2 - pointers to 2 time structure

Return Value


Number of seconds.

Remarks


N/A

Requirements


time.h

Example


N/A

Library


STM C Library Reference