total seconds count to extract timespans from
receives the extracted count of years in s
receives the extracted count of days in s
receives the extracted count of hours in s
receives the extracted count of minutes in s
receives the remaining seconds after all other timespans have been extracted from s
Works out the number of multiples of various timespans (years, days, hours, minutes, seconds) in the provided total count of seconds, breaking the seconds count down into constituent parts.