Skip to main content

YearFormat Type

In This Article

#Declaration

TypeScript
export type YearFormat = "Default" | "Full" | "Abbreviated"

#Members

Name
"Default"
"Full"
"Abbreviated"