Function: labelWeekNumber()
labelWeekNumber(
weekNumber,_options?):string
Defined in: src/labels/labelWeekNumber.ts:13
Generates the ARIA label for the week number cell (the first cell in a row).
Parameters
| Parameter | Type | Description | 
|---|---|---|
weekNumber | number | The number of the week. | 
_options? | DateLibOptions | - | 
Returns
string
The ARIA label for the week number cell.
Default Value
Week ${weekNumber}