Time Intervals (d3-time)
A calculator for humanity’s peculiar conventions of time.一个计算人类特殊时间惯例的计算器。
- d3.timeInterval - implement a new custom time interval.执行新的自定义时间间隔。
- interval - alias for interval.floor.interval.floor的别名。
- interval.floor - round down to the nearest boundary.四舍五入到最近的边界。
- interval.round - round to the nearest boundary.绕到最近的边界。
- interval.ceil - round up to the nearest boundary.四舍五入到最近的边界
- interval.offset - offset a date by some number of intervals.用一定数量的间隔来抵消日期
- interval.range - generate a range of dates at interval boundaries.在间隔边界生成一系列日期。
- interval.filter - create a filtered subset of this interval.创建此间隔的筛选子集。
- interval.every - create a filtered subset of this interval.创建此间隔的筛选子集。
- interval.count - count interval boundaries between two dates.计算两个日期之间的间隔边界。
- d3.timeMillisecond, d3.utcMillisecond - the millisecond interval.毫秒间隔。
- d3.timeMilliseconds, d3.utcMilliseconds - aliases for millisecond.range.毫秒范围的别名
- d3.timeSecond, d3.utcSecond - the second interval.第二次间歇。
- d3.timeSeconds, d3.utcSeconds - aliases for second.range.second.range的别名。
- d3.timeMinute, d3.utcMinute - the minute interval.一分钟的间隔。
- d3.timeMinutes, d3.utcMinutes - aliases for minute.range.minute.range的别名。
- d3.timeHour, d3.utcHour - the hour interval.小时间隔。
- d3.timeHours, d3.utcHours - aliases for hour.range.hour.range的别名。
- d3.timeDay, d3.utcDay - the day interval.日间隔
- d3.timeDays, d3.utcDays - aliases for day.range.day.range的别名。
- d3.timeWeek, d3.utcWeek - aliases for sunday.星期天的别名
- d3.timeWeeks, d3.utcWeeks - aliases for week.range.week.range的别名。
- d3.timeSunday, d3.utcSunday - the week interval, starting on Sunday.从周日开始的一周间隔。
- d3.timeSundays, d3.utcSundays - aliases for sunday.range.sunday.range的别名
- d3.timeMonday, d3.utcMonday - the week interval, starting on Monday.从周一开始的一周间隔
- d3.timeMondays, d3.utcMondays - aliases for monday.range.monday.range的别名
- d3.timeTuesday, d3.utcTuesday - the week interval, starting on Tuesday.从星期二开始的一周间隔。
- d3.timeTuesdays, d3.utcTuesdays - aliases for tuesday.range.tuesday.range的别名。
- d3.timeWednesday, d3.utcWednesday - the week interval, starting on Wednesday.从周三开始的一周间隔
- d3.timeWednesdays, d3.utcWednesdays - aliases for wednesday.range.wednesday.range.的别名
- d3.timeThursday, d3.utcThursday - the week interval, starting on Thursday.从星期四开始的一周间隔
- d3.timeThursdays, d3.utcThursdays - aliases for thursday.range.thursday.range的别名
- d3.timeFriday, d3.utcFriday - the week interval, starting on Friday.从周五开始的一周间隔。
- d3.timeFridays, d3.utcFridays - aliases for friday.range.friday.range的别名
- d3.timeSaturday, d3.utcSaturday - the week interval, starting on Saturday.从星期六开始的一周休息。
- d3.timeSaturdays, d3.utcSaturdays - aliases for saturday.range.saturday.range的别名
- d3.timeMonth, d3.utcMonth - the month interval.月份间隔。
- d3.timeMonths, d3.utcMonths - aliases for month.range.month.range的别名
- d3.timeYear, d3.utcYear - the year interval.年间隔
- d3.timeYears, d3.utcYears - aliases for year.range. year.range的别名
- d3.timeTicks, d3.utcTicks -
- d3.timeTickInterval, d3.utcTickInterval -