Interface ReportResult

    • Method Detail

      • getPeriod

        int getPeriod()

        Returns a period which specifies a time span within a year.

        The returned period must be interpreted in conjunction with the returned PeriodUnit of getPeriodUnit().

        For example:

        The returned period 3 must be interpreted as the third month of the year (i.e. it represents the month March).

        If the getPeriodUnit() returns PeriodUnit.QUARTER, then the returned period 3 must be interpreted as the third quarter of the year.

        Returns:
        an integer representing span of time within a year