Skip to content

DateTimeOffsetMatchCriteria

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

Defines criteria for matching DateTimeOffset values in conditions.

Values

Value Description
Equal The value is the same as the provided DateTimeOffset.
Before The value is before the provided DateTimeOffset.
After The value is after the provided DateTimeOffset.

Usage

Used in CardFieldCondition for specifying match criteria for DateTimeOffset fields.

Clone this wiki locally