getCustomCalendarGuidFromColumn
getCustomCalendarGuidFromColumn
getCustomCalendarGuidFromColumn(col: ChartColumn ) : undefined | string
Retrieves the custom calendar GUID associated with a specified column.
Function Parameters
col:::
- col: ChartColumn
The column from which to retrieve the calendar GUID, represented as a
Returns
undefined | string
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/date-formatting.ts#L192
--