Skip to main content

HourFormat Type

In This Article

#Declaration

TypeScript
export type HourFormat = "Default" | "Short" | "Long"

#Members

Name
"Default"
"Short"
"Long"