+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "DateTimeLocale" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## DateTimeLocale interface Signature ```typescript export interface DateTimeLocale ``` Import ```typescript import { DateTimeLocale } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [firstDayOfWeek](#firstdayofweek-property) | () => number | | ### firstDayOfWeek property Signature ```typescript firstDayOfWeek: () => number; ```