$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.