Boost logo

Boost Users :

Subject: Re: [Boost-users] [boost.datetime] query
From: Igor R (boost.lists_at_[hidden])
Date: 2010-10-10 10:06:53


> Is it possible to return a number representing the date. Like you can with
> COleDateTime.m_dt;

COleDateTime::m_dt returns the time as DATE type (actually, 8-byte
float), which is one of MS-specific date-time representations.
If you need to convert ptime to COleDateTime, you can convert it first
to time_t, then to COleDateTime.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net