Skip to main content
A newer version of this page is available. .

FormatConditionDateOccurring Class

A format condition used to apply formatting to date-time values concerning a specific date and/or date interval relative to today.

Declaration

export class FormatConditionDateOccurring extends FormatConditionStyleBase

Inheritance

constructor

Initializes a new instance of the FormatConditionDateOccurring class.

Declaration

constructor(
    modelJson?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

dateType Property

Declaration

dateType: ko.Observable<FilterDateType>

Property Value

Type
Observable<FilterDateType>

getSpecificType Property

Declaration

getSpecificType: () => any

Property Value

Type
() => any

setSpecificType Property

Declaration

setSpecificType: (type: string) => void

Property Value

Type
(type: string) => void