UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 580 B
export { addDays, addMonths, addWeeks, addYears, compareDatePart, compareDates, getDatePartHashValue, getDateRangeArray, getEndDateOfWeek, getMonthEnd, getMonthStart, getStartDateOfWeek, getWeekNumber, getWeekNumbersInMonth, getYearEnd, getYearStart, isInDateRangeArray, setMonth, } from '@fluentui/date-time-utilities/lib/dateMath/dateMath'; export { DAYS_IN_WEEK, DateRangeType, DayOfWeek, FirstWeekOfYear, MonthOfYear, } from '@fluentui/date-time-utilities/lib/dateValues/dateValues'; export { TimeConstants } from '@fluentui/date-time-utilities/lib/dateValues/timeConstants';