d3.utcMinutes()

d3.timeMinutes(start, stop[, step]) d3.utcMinutes(start, stop[, step]) Aliases for timeMinute.range and utcMinute.range.

d3.utcMonth

d3.timeMonth d3.utcMonth Months (e.g., February 1, 2012 at 12:00 AM); ranges from 28 to 31 days.

d3.timeInterval()

d3.timeInterval(floor, offset[, count[, field]]) Constructs a new custom interval given the specified floor and offset functions and an optional count function. The floor function takes a single date as an argument and rounds it down to the nearest interval boundary. The offset function takes a date and an integer step as arguments and advances the specified date by the specified number of boundaries; the step may be positive, negative or zero. The optional count function takes a start date a

d3.utcMillisecond

d3.timeMillisecond d3.utcMillisecond Milliseconds; the shortest available time unit.

d3.utcMinute

d3.timeMinute d3.utcMinute Minutes (e.g., 01:02:00 AM); 60 seconds. Note that ECMAScript ignores leap seconds.

d3.utcMilliseconds()

d3.timeMilliseconds(start, stop[, step]) d3.utcMilliseconds(start, stop[, step]) Aliases for timeMillisecond.range and utcMillisecond.range.

d3.utcHours()

d3.timeHours(start, stop[, step]) d3.utcHours(start, stop[, step]) Aliases for timeHour.range and utcHour.range.

d3.utcFriday

d3.timeFriday d3.utcFriday Friday-based weeks (e.g., February 10, 2012 at 12:00 AM).

d3.utcHour

d3.timeHour d3.utcHour Hours (e.g., 01:00 AM); 60 minutes. Note that advancing time by one hour in local time can return the same hour or skip an hour due to daylight saving.

d3.timeFormatLocale()

d3.timeFormatLocale(definition) Returns a locale object for the specified definition with locale.format, locale.parse, locale.utcFormat, locale.utcParse methods. The definition must include the following properties: dateTime - the date and time (%c) format specifier (e.g., "%a %b %e %X %Y"). date - the date (%x) format specifier (e.g., "%m/%d/%Y"). time - the time (%X) format specifier (e.g., "%H:%M:%S"). periods - the A.M. and P.M. equivalents (e.g., ["AM", "PM"]). days - the full names