property NonworkingTimes.Item (Handle as Variant) as NonworkingTime
Returns a specific NonworkingTime of the NonworkingTimes collection, giving its handle or index.

TypeDescription
Handle as Variant A Long expression that specifies the index or the handle of the NonworkingTime object being accessed.
NonworkingTime A NonworkingTime object being requested, or empty/nothing/NULL if no object found with associated index of handle.
The Item property can access a NonworkingTime object based on its handle, reference or index. The Count property indicates the number of NonworkingTime object in the NonworkingTimes collection. The for each statement is supported by the NonworkingTimes collection, so the NonworkingTimes collection can be enumerated using a sample like  for each nw in NonworkingTimes