Static
$tStatic
nextGets the number of fixed date groups in the collection.
Adds a fixed date group to the collection.
[[ArgumentNullException]] 'item' is null.
[[ArgumentException]] 'item' is already in the collection.
The fixed date group to add to the collection.
Clears the collection.
[[InvalidOperationException]] The collection is owned by a [[FixedValuesFilter]] which only allowed the values in the collection. Clearing the collection would prevent the filter from including any values, which is not allowed for a FixedValuesFilter.
Determines whether the specified fixed date group is in the collection.
The fixed date group to find in the collection.
Gets the index of the specified fixed date group in the collection.
The fixed date group to find in the collection.
Inserts a fixed date group into the collection.
[[ArgumentNullException]] 'item' is null.
[[ArgumentException]] 'item' is already in the collection.
[[ArgumentOutOfRangeException]] 'index' is less than 0 or greater than [[count]].
The 0-based index where the value should be inserted.
The fixed date group to insert into the collection.
Gets or sets the fixed date group at the specified index.
[[ArgumentOutOfRangeException]] 'index' is less than 0 or greater than or equal to [[count]].
[[ArgumentNullException]] The value assigned is null.
[[ArgumentException]] The value assigned is already in the collection.
Removes the fixed date group from the collection.
The fixed date group to remove from the collection.
Removes the fixed date group at the specified index.
[[ArgumentOutOfRangeException]] 'index' is less than 0 or greater than or equal to [[count]].
[[InvalidOperationException]] This operation removes the last item in the collection and it is owned by a [[FixedValuesFilter]] which only allowed the values in the collection. Clearing the collection would prevent the filter from including any values, which is not allowed for a FixedValuesFilter.
The 0-based index of the value to remove.
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
referenceStatic
static
A collection of fixed date groups.
See
[[FixedValuesFilter.dateGroups]]