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.
Inherited Members
Inheritance
SerializableModel
FixedDateTimePeriodLimit
constructor
Initializes a new instance of the FixedDateTimePeriodLimit class.
Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
| Name | Type | Description |
|---|---|---|
| modelJson | any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
| serializer | ModelSerializer | An object used for 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(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
| Type | Description |
|---|---|
| ISerializationInfoArray | An array of objects that provide serialization info. |