Interface DateTimeValue.Builder

  • Method Details

    • type

      The type of date/time value: ABSOLUTE for specific dates or RELATIVE for dynamic time periods.

      Parameters:
      type - The type of date/time value: ABSOLUTE for specific dates or RELATIVE for dynamic time periods.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of date/time value: ABSOLUTE for specific dates or RELATIVE for dynamic time periods.

      Parameters:
      type - The type of date/time value: ABSOLUTE for specific dates or RELATIVE for dynamic time periods.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      The actual date/time value.

      Parameters:
      value - The actual date/time value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.