property InsideZooms.Item (DateTime as Variant) as InsideZoom
Returns a specific InsideZoom of the InsideZooms collection.

TypeDescription
DateTime as Variant A Date-Time expression that specifies the inside zoom unit being requested, or a long expression that indicates the index of the inside zoom object being requested
InsideZoom An InsideZoom object being requested
The Item property retrieves nothing, if the specified inside zoom unit does not exists. The Item property looks for the exact date-time, while the Contains search for the giving date-time. The Count property specifies the number of inside zoom units. The InsideZooms collection may be enumerated using for each statements.

For instance, in the following screen shot, the August 24, 1994 is zoomed, and so the InsideZoom object starts from #08/24/1994# (StartDate), and ends on #08/25/1994# (EndDate)

In this case, the Item(#08/24/1994#) returns the InsideZoom object, while any other date between start and end returns nothing. In case, you are using any mid-date, you have to use the Contains property that searches for the specified date-time.