Table of Contents

Enum Format.DateFormatSpec

Namespace
TabularEditor.SemanticBridge.Platforms.Databricks.MetricView
Assembly
SemanticBridge.dll

Controls the way the date is displayed

public enum Format.DateFormatSpec

Fields

Name Description
LocaleLongMonth

Displays the date with the full name of the month

LocaleNumberMonth

Displays the date with a month as a number

LocaleShortMonth

Displays the date with an abbreviated month

NoDate

Date is hidden (only valid for DateTime, not for Date)

YearMonthDay

Formats the date as YYYY-MM-DD

YearWeek

Formats the date as a year and a week number. For example, 2025-W1