Utility to manipulate durations between two instants
Located in /utils/jDuration.class.php (line 17)
Construct a new duration.
You can specify the duration as a number of seconds, or as an associative array which may contain the keys "year", "month", "day", "hour", "minute" and "second". The former method defines an absolute duration (it will always add the same number of seconds to any given date/time), while the latter defines a relative duration (a duration of one month will for example represent different amounts of time depending on the start date).
This class represents years as 12 months, minutes as 60 seconds and hours as 3600 seconds. There is no general conversion between months and days, nor between days and hours (because of DST).
Multiply the current duration by an integer
Documentation generated on Thu, 22 Mar 2012 22:15:24 +0100 by phpDocumentor 1.4.3