ExactDateFormat Type
In This Article
#Declaration
TypeScript
export type ExactDateFormat = "Year" | "Quarter" | "Month" | "Day" | "Hour" | "Minute" | "Second"
#Members
Name |
---|
"Year" |
"Quarter" |
"Month" |
"Day" |
"Hour" |
"Minute" |
"Second" |