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.

LoggedAt Criterion

The LoggedAtCriterion Activity Log Criterion matches activity log group that has a log entry created before or after a given date time.

Arguments

  • dateTime - a DateTimeInterface object, like DateTime
  • comparison - string that represents a comparison sign. Available signs can be found as constant in the LoggedAtCriterion class itself
Comparison Value Constant
Equal = LoggedAtCriterion::EQ
Not equal <> LoggedAtCriterion::NEQ
Less than < LoggedAtCriterion::LT
Less than or equal <= LoggedAtCriterion::LTE
Greater than > LoggedAtCriterion::GT
Greater than or equal >= LoggedAtCriterion::GTE