Skip to main content

MonthFormat Type

In This Article

#Declaration

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

#Members

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