DateStartPartFilterCondition Model

A filter condition is a way of specifying how to filter/restrict the result set for a given property.

Similar to DateStart filter condtion, this is specific to the DateStart filter but only on a specific part of the DateStart DateTime

Nullable
Part : DatePart

This defines what part of the DateTime should be filtered against. Setting this to All is unsupported

Nullable
Range : Range`1

Nullable
AnyRange : Range`1 []

Nullable
ListCondition : number (int) []

Nullable
Value : number (int)

NegateCondition : bool

boolean inverts conditions used by this instance

Nullable
FilterID : number (int)

The unique (per query) ID for this filter. Will be set automatically by the server, no need to set it. Duplicating this value will
likely result in query failures

Example
{
  "Part": 1,
  "Range": {},
  "AnyRange": [],
  "ListCondition": [321],
  "Value": 321,
  "NegateCondition": true,
  "FilterID": 321
}