Static
countStatic
earliestReturns 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);
IgxTimeSummaryOperand
Static
latestReturns 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);
IgxTimeSummaryOperand
Memberof
IgxTimeSummaryOperand