static public method CO2GDateUtils.WindowsTimeToCTime

Brief

Converts the SYSTEMTIME structure to the C time structure.

Declaration
C++
static void  WindowsTimeToCTime (const SYSTEMTIME * st, struct tm * t)

Parameters
st

Const pointer to the SYSTEMTIME structure

t

Pointer to the tm structure

Declared in CO2GDateUtils

back