Skip to main content

QuarterFormat Type

In This Article

#Declaration

TypeScript
export type QuarterFormat = "Default" | "Numeric" | "Full"

#Members

Name
"Default"
"Numeric"
"Full"