CDate, CDateTime, CDate

Hi again,

Assuming a DV_DATE_TIME or DV_TIME or DV_DATE CComplexObject and doing something like this:

CObject valueObj = dvdatetimeCC``omplexObject``.getAttribute("value").getChildren().get(0);
CPrimitiveObject primObj = (CPrimitiveObject) valueObj;

Then primObj.getItem() used to be a CDateTime or CDate or CDateTime, depending on the context.

Now in the updated RM implementation, primObj.getItem() returns a “simple” CString.

Is this an intentional change? And if so, what are CDate, CDateTime and CTime used for anymore?

Cheers
Sebastian