tags:

views:

54

answers:

1

I've got an ATL method that takes a DATE type, which is really a double. I can't find the class/functions for this type. Does anyone know how to operate on this type? I just need to make it into something I can get into boost::gregorian::date (yyyy/mm/dd). Also, I would really like to know what this double represents. Thanks.

+3  A: 

With ATL use COleDateTime for VT_DATE variants.

Georg Fritzsche