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

FixedDateTimePeriodLimit Class

A fixed date-time value used to specify boundaries for the DateTimePeriod.

Declaration

export class FixedDateTimePeriodLimit extends SerializableModel

Remarks

The FixedDateTimePeriodLimit class exposes the FixedDateTimePeriodLimit.date property that allows you to specify the required date-time value.

constructor

Initializes a new instance of the FixedDateTimePeriodLimit 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

date Property

Declaration

date: ko.Observable<Date>

Property Value

Type
Observable<Date>

isEmpty Property

Declaration

isEmpty: ko.Observable<boolean>

Property Value

Type
Observable<boolean>

Methods

getDateTimeValue Method

Declaration

getDateTimeValue(): Date

Returns

Type
Date

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray