-
-
Notifications
You must be signed in to change notification settings - Fork 5
CardsConditionDate
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines conditions for filtering cards based on date-related criteria.
| Value | Description |
|---|---|
Equal |
Date is equal to the given value. |
NotEqual |
Date is not equal to the given value. |
GreaterThan |
Date is greater than the given value. |
LessThan |
Date is less than the given value. |
GreaterThanOrEqual |
Date is greater than or equal to the given value. |
LessThanOrEqual |
Date is less than or equal to the given value. |
HasAnyValue |
Date has any value (is not blank). |
DoNotHaveAnyValue |
Date does not have any value (is blank). |
AnyOfThese |
Date matches any of the specified values. |
NoneOfThese |
Date matches none of the specified values. |
Between |
Date is between two specified values. |
NotBetween |
Date is not between two specified values. |
Used in methods such as AdvancedDateTimeOffsetCondition, CustomField, Due, Start, and Created.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')