BIPOM_TIME_GetDiffSeconds Function

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

Syntax

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