Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RelativeTimeSpec

Index

Properties

Properties

Optional M

M: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional MM

MM: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional d

d: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional dd

dd: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional future

future: undefined | string | ((relTime: string) => string)

Optional h

h: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional hh

hh: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional m

m: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional mm

mm: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional past

past: undefined | string | ((relTime: string) => string)

Optional s

s: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional ss

ss: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional w

w: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional ww

ww: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional y

y: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Optional yy

yy: undefined | string | ((n: number, withoutSuffix: boolean, key: RelativeTimeKey, isFuture: boolean) => string)

Generated using TypeDoc