Class IgxPivotTimeAggregate

Hierarchy

Hierarchy (view full)

Constructors

Methods

  • 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.

    IgxPivotTimeAggregate.earliestTime(data);
    

    Memberof

    IgxPivotTimeAggregate

    Parameters

    • members: any[]

    Returns any

  • 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.

    IgxPivotTimeAggregate.latestTime(data);
    

    Memberof

    IgxPivotTimeAggregate

    Parameters

    • members: any[]

    Returns any