static public method CO2GDateUtils.CTimeToOleTime

Brief

Converts the C time structure to the OLE Automation date.

Declaration
C++
static bool  CTimeToOleTime (const struct tm * t, double * dt)

Parameters
t

Const pointer to the tm structure

dt

Pointer to the OLE Automation date

Declared in CO2GDateUtils

back