Alias for days
Converts days into seconds.
Alias for fortnights
Converts fortnights into seconds. (A fortnight is 2 weeks)
Alias for hours
Converts hours into seconds.
Alias for minutes
Converts minutes into seconds.
Alias for months
Converts months into seconds. WARNING: This is not exact as it assumes 30 days to a month.
Alias for seconds
Enables the use of time calculations and declarations, like 45.minutes + 2.hours + 4.years. The base unit for all of these Numeric time methods is seconds.
Alias for weeks
Converts weeks into seconds.
Alias for years
Converts years into seconds. WARNING: This is not exact as it assumes 365 days to a year.
ie. It doesn not account for leap years.
[Validate]