CrystalClear Software Home Library Home Documentation Index

PrevUpHomeNext

Function duration_from_string

boost::posix_time::duration_from_string — Creates a time_duration object from a delimited string.

Synopsis

time_duration duration_from_string(const std::string & s);

Description

Expected format for string is "[-]h[h][:mm][:ss][.fff]". A negative duration will be created if the first character in string is a '-', all other '-' will be treated as delimiters. Accepted delimiters are "-:,.".

Copyright © 2001-2005 CrystalClear Software, Inc

PrevUpHomeNext