Documentation / @jalali-js/i18n / WeekdayNames
Interface: WeekdayNames
Defined in: locale.ts:18
A language's weekday names. Weekday names do not depend on which calendar system a date is expressed in ("Monday" names the same day regardless of whether you write its date in Jalali or Gregorian), so this sits at the locale level, not per calendar system.
Index 0 is Sunday and index 6 is Saturday, matching Date.prototype.getUTCDay()'s convention and dayOfWeek()'s return value from jalali-js.
Properties
long
readonlylong: readonlystring[]
Defined in: locale.ts:19
short
readonlyshort: readonlystring[]
Defined in: locale.ts:20