Skip to main content

notion.datefiltercondition.onorbefore

Home > @runlightyear/notion > DateFilterCondition > onOrBefore

DateFilterCondition.onOrBefore property

The value to compare the date property value against.

Returns database entries where the date property value is on or before the provided date.

Signature:
onOrBefore?: NotionDate;