Interface TimePeriod.Builder

  • Method Details

    • start

      TimePeriod.Builder start(String start)

      The beginning of the time period (inclusive). Specify the date in ISO 8601 format, such as 2024-01-01.

      Parameters:
      start - The beginning of the time period (inclusive). Specify the date in ISO 8601 format, such as 2024-01-01.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • end

      The end of the time period (exclusive). Specify the date in ISO 8601 format, such as 2024-12-31.

      Parameters:
      end - The end of the time period (exclusive). Specify the date in ISO 8601 format, such as 2024-12-31.
      Returns:
      Returns a reference to this object so that method calls can be chained together.