static public method CO2GDateUtils.OleTimeToWindowsTime

Brief

Converts the OLE Automation date (double) to the SYSTEMTIME structure.

Declaration
C++
static bool  OleTimeToWindowsTime (double dt, SYSTEMTIME * st)

Parameters
dt

OLE Automation date

st

Pointer to the SYSTEMTIME structure

Details

The method is similar to the VariantTimeToSystemTime function from the OLE automation library on Windows

Declared in CO2GDateUtils

back