#include <detime.h>
Inherits GenericParameter.
Inheritance diagram for DETimeParameter:
It stores a DETime; i.e., it reads a double precision number, it parses it according to DETime conventions, Check if the time resolution is enough to store it (otherwise gives a warning) and return the corresponding DETime.
example:
Param->addParameter ("fooClass", new DETimeParameter("foo", "foo desc.", "1.354", "(0,inf)" )); DETime fooVal = get<DETimeParameter,DETime>(Param, "foo", "fooClass", "");