Version

Search Results

Contains Method (FixedDateGroupCollection)

Determines whether the specified fixed date group is in the collection. Syntax Parameters item The fixed date group to find in the collection. Return Value True if the item is in the collection; False otherwise.

Count Property (FixedDateGroupCollection)

Gets the number of fixed date groups in the collection. Syntax

IndexOf Method (FixedDateGroupCollection)

Gets the index of the specified fixed date group in the collection. Syntax Parameters item The fixed date group to find in the collection. Return Value The 0-based index of the specified fixed date group in the collection or -1 if the item is not in the collection.

Insert Method (FixedDateGroupCollection)

Inserts a fixed date group into the collection. Syntax Parameters index The 0-based index where the value should be inserted.item The fixed date group to insert into the collection. Exceptions Exception Description System.ArgumentNullException item is null. System.ArgumentException item is already in the collectio...

Item Property (FixedDateGroupCollection)

Gets or sets the fixed date group at the specified index. Syntax Parameters index The 0-based index of the value to get or set. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than 0 or greater than or equal to Count. System.ArgumentNullException The value assigned is null. System...

Remove Method (FixedDateGroupCollection)

Removes the fixed date group from the collection. Syntax Parameters item The fixed date group to remove from the collection. Return Value True if the value was found and removed; False otherwise.

RemoveAt Method (FixedDateGroupCollection)

Removes the fixed date group at the specified index. Syntax Parameters index The 0-based index of the value to remove. Exceptions Exception Description System.ArgumentOutOfRangeException index is less than 0 or greater than or equal to Count. System.InvalidOperationException This operation removes the last item in...

FixedDateGroupType Enumeration

Represents the various types, or precisions, of a FixedDateGroup. Syntax Members Member Description Day The group represents the day in which the FixedDateGroup.Value exists. Hour The group represents the hour in which the FixedDateGroup.Value exists. Minute The group represents the minute in which the FixedDateGr...

FixedDateGroup Class Members

Public Constructors Public Properties Public Methods