Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1013 Bytes

FilterConditionsDateTime.md

File metadata and controls

14 lines (11 loc) · 1013 Bytes

# FilterConditionsDateTime

Properties

Name Type Description Notes
after \DateTime Value is after this date. The value for this parameter is shown in the ISO 8601 format. [optional]
before \DateTime Value is before this date. The value for this parameter is shown in the ISO 8601 format. [optional]
hasValue string Value is NOT null. The value for this parameter is an empty string. [optional]
isUnknown string Value is null. The value for this parameter is an empty string. [optional]
moreThan int Value is more days ago before the current date and time, e.g. more than `10` days ago. [optional]
lessThan int Value is less days before the current date and time, e.g. less than `10` days ago. [optional]

[Back to Model list] [Back to API list] [Back to README]