$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Hauer (sebastian.hauer_at_[hidden])
Date: 2007-10-01 14:08:12
Hi Boost Users,
I've started using boost's date_time library recently which I find
quite convenient for the most part. I have to handle times with sub
second parts frequently and was wondering what the recommended way is
to extract the milliseconds part of a time_duration instance?
It seems there is no time_duration.milliseconds() method available and
fractional_seconds() is platform dependent. BTW: I am currently using
boost 1.34.1.
Regards,
Sebastian