IgcDateSummaryOperand

new IgcDateSummaryOperand(): IgcDateSummaryOperand

Returns IgcDateSummaryOperand

Executes the static methods and returns summary result[]`.

operate(data: any[], allData: any[], fieldName: string, groupRecord: IgcGroupByRecord): IgcSummaryResult[]

Parameters

Returns IgcSummaryResult[]

Inherited from: IgcSummaryOperand

Counts all the records in the data source. If filtering is applied, counts only the filtered records.

count(data: any[]): number

Parameters

  • data: any[]

Returns number

Returns the earliest date value in the data records. If filtering is applied, returns the latest date value in the filtered data records.

earliest(data: any[]): void

Parameters

  • data: any[]

Returns void

Returns the latest date value in the data records. If filtering is applied, returns the latest date value in the filtered data records.

latest(data: any[]): void

Parameters

  • data: any[]

Returns void