Skip to main content

DateTimeFormat Type

In This Article

#Declaration

TypeScript
export type DateTimeFormat = "Default" | "Long" | "Short" | "TimeOnly"

#Members

Name
"Default"
"Long"
"Short"
"TimeOnly"