Boost C++ Libraries: Ticket #3398: boost::posix_time::time_duration accesser for obtaining milliseconds https://svn.boost.org/trac10/ticket/3398 <p> Hey guys: </p> <p> It would be really nice to get the milliseconds of time in boost::posix_time::time_duration. There is only an option to get the total_milliseconds(), which gives the result of the total milliseconds that have passed in that day. Although I can take this and compute hours, minutes, seconds and milliseconds from it, it is a bit of a pain in the ass to do it that way. </p> <p> It would be much nicer if I could just call a function to give me the millisecond remainder from seconds. You have accessers like this for hours, minutes, and seconds, so why not milliseconds? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3398 Trac 1.4.3 Steven Watanabe Fri, 04 Sep 2009 14:41:36 GMT component changed; owner set https://svn.boost.org/trac10/ticket/3398#comment:1 https://svn.boost.org/trac10/ticket/3398#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">az_sw_dude</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">date_time</span> </li> </ul> Ticket Vicente Botet <vicente.botet@…> Wed, 08 Dec 2010 06:37:34 GMT cc set https://svn.boost.org/trac10/ticket/3398#comment:2 https://svn.boost.org/trac10/ticket/3398#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">vicente.botet@…</span> added </li> </ul> Ticket