SchedulerWeekDayProps
Represents a weekday label (e.g., "Monday", "Tuesday") in the scheduler's header row across all views. Used in custom weekday templates for rendering or localizing day names with full formatting control. Enables developers to implement custom day labels or alternative localization approaches.
Props
The following table outlines the props for the SchedulerWeekDayProps:
| Name | Type | Default | Description |
|---|---|---|---|
| day | string | - | The name or label of the weekday (e.g., "Monday") for display in the scheduler header. Used for custom formatting, localization, or alternative day label representations. |