VFreeBusyCollection(IListVFreeBusy) 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: 2023.1.2.0
public VFreeBusyCollection(
	IList<VFreeBusy> freeBusys
)

Parameters

freeBusys  IListVFreeBusy
The IListT of free/busy items to add

See Also