VFreeBusyCollection(IList<VFreeBusy>) Constructor

Construct the collection using a list of VFreeBusy objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VFreeBusyCollection(
	IList<VFreeBusy> freeBusys
)

Parameters

freeBusys  IList<VFreeBusy>
The IList<T> of free/busy items to add

See Also