Hierarchy

Hierarchy (view full)

Constructors

Methods

  • Memberof

    IgxTimeSummaryOperand

    Parameters

    • Optional data: any[]
    • Optional allData: any[]
    • Optional fieldName: string
    • Optional groupRecord: IgcGroupByRecord

    Returns IgcSummaryResult[]

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

    IgxSummaryOperand.count(dataSource);
    

    Memberof

    IgxSummaryOperand

    Parameters

    • data: any[]

    Returns number

  • Returns the earliest time value in the data records. Compare only the time part of the date. If filtering is applied, returns the earliest time value in the filtered data records.

    IgxTimeSummaryOperand.earliestTime(data);
    

    Memberof

    IgxTimeSummaryOperand

    Parameters

    • data: any[]

    Returns void

  • Returns the latest time value in the data records. Compare only the time part of the date. If filtering is applied, returns the latest time value in the filtered data records.

    IgxTimeSummaryOperand.latestTime(data);
    

    Memberof

    IgxTimeSummaryOperand

    Parameters

    • data: any[]

    Returns void