4 lines
615 B
JavaScript
4 lines
615 B
JavaScript
|
// NOTE: This is not a full re-export because date-time-utilities includes some additional stuff
|
||
|
// which is exported elsewhere, causes conflicts, or isn't needed.
|
||
|
export { addDays, addMonths, addWeeks, addYears, compareDatePart, compareDates, getDatePartHashValue, getDateRangeArray, getEndDateOfWeek, getMonthEnd, getMonthStart, getStartDateOfWeek, getWeekNumber, getWeekNumbersInMonth, getYearEnd, getYearStart, isInDateRangeArray, setMonth, DAYS_IN_WEEK, DateRangeType, DayOfWeek, FirstWeekOfYear, MonthOfYear, TimeConstants, } from '@fluentui/date-time-utilities';
|
||
|
//# sourceMappingURL=DateTimeUtilities.js.map
|