Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

DateTimeAttributeRange criterion

The DateTimeAttributeRange Search Criterion searches for products by value of a specified attribute, which must be based on the date and time attribute type.

Arguments

  • identifier - attribute's identifier (string)
  • min - lower range value (inclusive) of DateTimeImmutable type. Optional.
  • max - upper range value (inclusive) of DateTimeImmutable type. Optional.