SYMBOL INDEX (325 symbols across 71 files) FILE: src/addDays.ts function addDays (line 12) | function addDays(dateObj: Date, days: number, timeZone?: TimeZone | stri... FILE: src/addHours.ts function addHours (line 7) | function addHours(dateObj: Date, hours: number) { FILE: src/addMilliseconds.ts function addMilliseconds (line 7) | function addMilliseconds(dateObj: Date, milliseconds: number) { FILE: src/addMinutes.ts function addMinutes (line 7) | function addMinutes(dateObj: Date, minutes: number) { FILE: src/addMonths.ts function addMonths (line 12) | function addMonths(dateObj: Date, months: number, timeZone?: TimeZone | ... FILE: src/addSeconds.ts function addSeconds (line 7) | function addSeconds(dateObj: Date, seconds: number) { FILE: src/addYears.ts function addYears (line 11) | function addYears(dateObj: Date, years: number, timeZone?: TimeZone | st... FILE: src/compile.ts type CompiledObject (line 3) | type CompiledObject = string[]; constant LBRACKET (line 6) | const LBRACKET = /\\\[/g; constant RBRACKET (line 7) | const RBRACKET = /\\\]/g; constant PUA_LBRACKET (line 10) | const PUA_LBRACKET = /\uE000/g; constant PUA_RBRACKET (line 11) | const PUA_RBRACKET = /\uE001/g; constant REGEXP (line 14) | const REGEXP = /\[(?:[^[\]]|\[[^[\]]*])*]|([A-Za-z])\1*|\.{3}|./g; FILE: src/datetime.ts type DateTimeParts (line 3) | interface DateTimeParts { type DateLike (line 79) | interface DateLike { class DateTime (line 122) | class DateTime implements DateLike { method constructor (line 127) | constructor (dateObj: Date, zoneName: string) { method getFullYear (line 132) | getFullYear () { method getMonth (line 136) | getMonth () { method getDate (line 140) | getDate () { method getHours (line 144) | getHours () { method getMinutes (line 148) | getMinutes () { method getSeconds (line 152) | getSeconds () { method getMilliseconds (line 156) | getMilliseconds () { method getDay (line 160) | getDay () { method getTime (line 164) | getTime () { method getTimezoneOffset (line 168) | getTimezoneOffset () { FILE: src/duration.ts type DurationFormatter (line 7) | interface DurationFormatter { type NanosecondsParts (line 69) | interface NanosecondsParts { type MicrosecondsParts (line 73) | interface MicrosecondsParts extends NanosecondsParts { type MillisecondsParts (line 77) | interface MillisecondsParts extends MicrosecondsParts { type SecondsParts (line 81) | interface SecondsParts extends MillisecondsParts { type MinutesParts (line 85) | interface MinutesParts extends SecondsParts { type HoursParts (line 89) | interface HoursParts extends MinutesParts { type DaysParts (line 93) | interface DaysParts extends HoursParts { type DurationDescriptor (line 97) | interface DurationDescriptor { class Duration (line 118) | class Duration { method constructor (line 121) | constructor (time: DOMHighResTimeStamp) { method toNanoseconds (line 130) | toNanoseconds (): DurationDescriptor { method toMicroseconds (line 149) | toMicroseconds (): DurationDescriptor { method toMilliseconds (line 169) | toMilliseconds (): DurationDescriptor { method toSeconds (line 190) | toSeconds (): DurationDescriptor { method toMinutes (line 212) | toMinutes (): DurationDescriptor { method toHours (line 235) | toHours (): DurationDescriptor { method toDays (line 259) | toDays (): DurationDescriptor { FILE: src/format.ts function format (line 19) | function format(dateObj: Date, arg: string | CompiledObject, options?: F... FILE: src/formatter.ts type FormatterPluginOptions (line 7) | interface FormatterPluginOptions { type FormatterOptions (line 52) | interface FormatterOptions extends Partial { class DefaultFormatter (line 60) | class DefaultFormatter extends FormatterPlugin { method YYYY (line 61) | YYYY (d: DateLike, options: FormatterPluginOptions) { method YY (line 65) | YY (d: DateLike, options: FormatterPluginOptions) { method Y (line 69) | Y (d: DateLike, options: FormatterPluginOptions) { method MMMM (line 73) | MMMM (d: DateLike, options: FormatterPluginOptions, compiledObj: Compi... method MMM (line 78) | MMM (d: DateLike, options: FormatterPluginOptions, compiledObj: Compil... method MM (line 83) | MM (d: DateLike) { method M (line 87) | M (d: DateLike) { method DD (line 91) | DD (d: DateLike) { method D (line 95) | D (d: DateLike) { method HH (line 99) | HH (d: DateLike, options: FormatterPluginOptions) { method H (line 103) | H (d: DateLike, options: FormatterPluginOptions) { method AA (line 107) | AA (d: DateLike, options: FormatterPluginOptions, compiledObj: Compile... method A (line 112) | A (d: DateLike, options: FormatterPluginOptions, compiledObj: Compiled... method aa (line 117) | aa (d: DateLike, options: FormatterPluginOptions, compiledObj: Compile... method a (line 122) | a (d: DateLike, options: FormatterPluginOptions, compiledObj: Compiled... method hh (line 127) | hh (d: DateLike, options: FormatterPluginOptions) { method h (line 131) | h (d: DateLike, options: FormatterPluginOptions) { method mm (line 135) | mm (d: DateLike) { method m (line 139) | m (d: DateLike) { method ss (line 143) | ss (d: DateLike) { method s (line 147) | s (d: DateLike) { method SSS (line 151) | SSS (d: DateLike) { method SS (line 155) | SS (d: DateLike) { method S (line 159) | S (d: DateLike) { method dddd (line 163) | dddd (d: DateLike, options: FormatterPluginOptions, compiledObj: Compi... method ddd (line 168) | ddd (d: DateLike, options: FormatterPluginOptions, compiledObj: Compil... method dd (line 173) | dd (d: DateLike, options: FormatterPluginOptions, compiledObj: Compile... method Z (line 178) | Z (d: DateLike) { method ZZ (line 184) | ZZ (d: DateLike) { FILE: src/isValid.ts function validatePreparseResult (line 43) | function validatePreparseResult(pr: PreparseResult, options?: ParserOpti... function isValid (line 74) | function isValid(dateString: string, arg: string | CompiledObject, optio... FILE: src/locale.ts type LocaleOptions (line 3) | interface LocaleOptions { type Locale (line 9) | interface Locale { FILE: src/locales/ar.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/az.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/bn.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/cs.ts method getLocale (line 26) | getLocale () { method getMonthList (line 30) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 36) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 44) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/da.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/de.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/el.ts method getLocale (line 23) | getLocale () { method getMonthList (line 27) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 33) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 41) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/en.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/es.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/fa.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/fi.ts method getLocale (line 26) | getLocale () { method getMonthList (line 30) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 36) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 44) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/fr.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/he.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/hi.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/hu.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/id.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/it.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/ja.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/ko.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/ms.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/my.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/nl.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/no.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/pl.ts method getLocale (line 23) | getLocale () { method getMonthList (line 27) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 33) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 41) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/pt-BR.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/pt-PT.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/ro.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/ru.ts method getLocale (line 26) | getLocale () { method getMonthList (line 30) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 36) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 44) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/rw.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/sr-Cyrl.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/sr-Latn.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/sv.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/ta.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/th.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/tr.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/uk.ts method getLocale (line 23) | getLocale () { method getMonthList (line 27) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 33) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 41) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/uz-Cyrl.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/uz-Latn.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/vi.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/zh-Hans.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/locales/zh-Hant.ts method getLocale (line 20) | getLocale () { method getMonthList (line 24) | getMonthList (options: LocaleOptions) { method getDayOfWeekList (line 30) | getDayOfWeekList (options: LocaleOptions) { method getMeridiemList (line 38) | getMeridiemList (options: LocaleOptions) { FILE: src/numeral.ts type Numeral (line 1) | interface Numeral { FILE: src/parse.ts function parse (line 26) | function parse(dateString: string, arg: string | CompiledObject, options... FILE: src/parser.ts type ParserToken (line 6) | type ParserToken = 'Y' | 'M' | 'D' | 'H' | 'A' | 'h' | 'm' | 's' | 'S' |... type ParsedComponents (line 8) | interface ParsedComponents { type ParserPluginOptions (line 60) | interface ParserPluginOptions { type ParseResult (line 115) | interface ParseResult { type ParserOptions (line 125) | interface ParserOptions extends Partial { constant VALID_TOKENS (line 161) | const VALID_TOKENS = new Set(['Y', 'M', 'D', 'H', 'A', 'h',... class DefaultParser (line 170) | class DefaultParser extends ParserPlugin { method YYYY (line 171) | YYYY (str: string) { method Y (line 175) | Y (str: string) { method MMMM (line 179) | MMMM (str: string, options: ParserPluginOptions, compiledObj: Compiled... method MMM (line 187) | MMM (str: string, options: ParserPluginOptions, compiledObj: CompiledO... method MM (line 195) | MM (str: string) { method M (line 199) | M (str: string) { method DD (line 203) | DD (str: string) { method D (line 207) | D (str: string) { method HH (line 211) | HH (str: string) { method H (line 215) | H (str: string) { method AA (line 219) | AA (str: string, options: ParserPluginOptions, compiledObj: CompiledOb... method A (line 224) | A (str: string, options: ParserPluginOptions, compiledObj: CompiledObj... method aa (line 229) | aa (str: string, options: ParserPluginOptions, compiledObj: CompiledOb... method a (line 234) | a (str: string, options: ParserPluginOptions, compiledObj: CompiledObj... method hh (line 239) | hh (str: string) { method h (line 243) | h (str: string) { method mm (line 247) | mm (str: string) { method m (line 251) | m (str: string) { method ss (line 255) | ss (str: string) { method s (line 259) | s (str: string) { method SSS (line 263) | SSS (str: string) { method SS (line 267) | SS (str: string) { method S (line 273) | S (str: string) { method Z (line 279) | Z (str: string) { method ZZ (line 285) | ZZ (str: string) { FILE: src/plugins/day-of-week.ts class Parser (line 3) | class Parser extends ParserPlugin { method dddd (line 4) | dddd (str: string, options: ParserPluginOptions, compiledObj: Compiled... method ddd (line 9) | ddd (str: string, options: ParserPluginOptions, compiledObj: CompiledO... method dd (line 14) | dd (str: string, options: ParserPluginOptions, compiledObj: CompiledOb... FILE: src/plugins/microsecond.ts class Parser (line 3) | class Parser extends ParserPlugin { method SSSS (line 4) | SSSS (str: string) { method SSSSS (line 11) | SSSSS (str: string) { method SSSSSS (line 18) | SSSSSS (str: string) { method f (line 25) | f (str: string) { method ff (line 29) | ff (str: string) { method fff (line 33) | fff (str: string) { FILE: src/plugins/nanosecond.ts class Parser (line 3) | class Parser extends ParserPlugin { method SSSSSSS (line 4) | SSSSSSS (str: string) { method SSSSSSSS (line 11) | SSSSSSSS (str: string) { method SSSSSSSSS (line 18) | SSSSSSSSS (str: string) { method F (line 25) | F (str: string) { method FF (line 29) | FF (str: string) { method FFF (line 33) | FFF (str: string) { FILE: src/plugins/ordinal.ts class Formatter (line 4) | class Formatter extends FormatterPlugin { method DDD (line 5) | DDD (d: DateLike) { class Parser (line 25) | class Parser extends ParserPlugin { method DDD (line 26) | DDD (str: string, options: ParserPluginOptions) { FILE: src/plugins/quarter.ts class Formatter (line 4) | class Formatter extends FormatterPlugin { method Q (line 5) | Q (d: DateLike) { FILE: src/plugins/timestamp.ts class Formatter (line 4) | class Formatter extends FormatterPlugin { method t (line 5) | t (d: DateLike) { method T (line 9) | T (d: DateLike) { FILE: src/plugins/two-digit-year.ts class Parser (line 4) | class Parser extends ParserPlugin { method YY (line 5) | YY (str: string, options: ParserPluginOptions) { FILE: src/plugins/week.ts class Formatter (line 9) | class Formatter extends FormatterPlugin { method W (line 10) | W (d: DateLike) { method WW (line 14) | WW (d: DateLike) { method GGGG (line 18) | GGGG (d: DateLike) { method GG (line 22) | GG (d: DateLike) { method G (line 26) | G (d: DateLike) { FILE: src/plugins/zonename.ts class Formatter (line 18) | class Formatter extends FormatterPlugin { method z (line 19) | z (d: DateLike, options: FormatterPluginOptions) { method zz (line 24) | zz (d: DateLike, options: FormatterPluginOptions) { FILE: src/preparse.ts type PreparseResult (line 9) | interface PreparseResult extends ParsedComponents { function preparse (line 37) | function preparse(dateString: string, arg: string | CompiledObject, opti... FILE: src/transform.ts function transform (line 16) | function transform(dateString: string, arg1: string | CompiledObject, ar... FILE: src/utils.ts function getDaysInMonth (line 39) | function getDaysInMonth (...args: [date: Date] | [year: number, month: n... function getISOWeekYear (line 76) | function getISOWeekYear (...args: [date: Date] | [year: number, month: n... function getISOWeek (line 102) | function getISOWeek (...args: [date: Date] | [year: number, month: numbe... FILE: src/zone.ts type TimeZone (line 4) | interface TimeZone {