Skip to main content

DayOfWeekFormat Type

In This Article

#Declaration

TypeScript
export type DayOfWeekFormat = "Default" | "Full" | "Abbreviated" | "Numeric"

#Members

Name
"Default"
"Full"
"Abbreviated"
"Numeric"