Class IgxPivotDateAggregate

Hierarchy

Hierarchy (View Summary)

Constructors

Methods

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

    IgxPivotDateAggregate.earliest(data);
    

    IgxPivotDateAggregate

    Parameters

    • members: any[]

    Returns any

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

    IgxPivotDateAggregate.latest(data);
    

    IgxPivotDateAggregate

    Parameters

    • members: any[]

    Returns any