VFreeBusyCollection(IList<VFreeBusy>) Constructor
Construct the collection using a list of
VFreeBusy objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public VFreeBusyCollection(
IList<VFreeBusy> freeBusys
)
Public Sub New (
freeBusys As IList(Of VFreeBusy)
)
public:
VFreeBusyCollection(
IList<VFreeBusy^>^ freeBusys
)
new :
freeBusys : IList<VFreeBusy> -> VFreeBusyCollection
Parameters
- freeBusys IList<VFreeBusy>
- The IList<T> of free/busy items to add