UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

42 lines (41 loc) 1.42 kB
export * from './add-centuries'; export * from './add-days'; export * from './add-decades'; export * from './add-months'; export * from './add-weeks'; export * from './add-years'; export * from './adjust-dst'; export * from './clone-date'; export * from './constants'; export * from './create-date'; export * from './day-of-week'; export * from './day.enum'; export * from './direction.enum'; export * from './duration-in-centuries'; export * from './duration-in-decades'; export * from './duration-in-months'; export * from './duration-in-years'; export * from './first-day-in-week'; export * from './first-day-of-month'; export * from './first-decade-of-century'; export * from './first-month-of-year'; export * from './first-year-of-decade'; export * from './get-date'; export * from './is-equal'; export * from './is-equal-date'; export * from './last-day-of-month'; export * from './last-decade-of-century'; export * from './last-month-of-year'; export * from './last-year-of-decade'; export * from './next-day-of-week'; export * from './prev-day-of-week'; export * from './tz/abbr-timezone'; export * from './tz/load-timezone'; export * from './tz/offset'; export * from './tz/timezone-group-names'; export * from './tz/timezone-names'; export * from './tz/timezone-title'; export * from './tz/to-local-date'; export * from './tz/zoned-date'; export * from './tz/zones-per-group'; export * from './week-in-year';