GranularityFamily
Home > @gooddata/sdk-model > GranularityFamily
GranularityFamily type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Structural family of a date granularity.
Signature:
export type GranularityFamily = "chronological" | "cyclical";
Remarks
chronological— sequential periods (year, quarter, month, week, date, hour, minute) and their fiscal variants. -cyclical— "X of Y" periods that repeat (month of year, day of week, …); a.k.a. generic/periodical.