[**hijri-core v1.0.1**](../README.md) *** [hijri-core](../README.md) / hwLong # Variable: hwLong > `const` **hwLong**: `string`[] Defined in: [names/weekdays.ts:13](https://github.com/acamarata/hijri-core/blob/94bc28ebc35ae2f3cb39db5be34561152a5b899d/src/names/weekdays.ts#L13) Full Arabic-transliterated names for the seven days of the week. Index alignment matches `Date.prototype.getDay()`: index 0 = Sunday, index 6 = Saturday. ## Example ```ts const dayName = hwLong[gregorianDate.getDay()]; // "Yawm al-Jum`a" ```