[]
        
This collection is used to express a group of dates or times which are used in an AutoFilter criteria
public struct DateGroupItem : IComparable<DateGroupItem>
  Public Structure DateGroupItem
    Implements IComparable(Of DateGroupItem)
  | Name | Description | 
|---|---|
| DateGroupItem(DateTimeGrouping, int, int, int, int, int, int) | Initializes a new instance of the DateGroupItem struct.  | 
      
| Name | Description | 
|---|---|
| IsMatched(DateTime) | Gets a boolean value indicating whether the two DateTime are matched.  |