Type | Description | |||
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 |
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.