VFreeBusyCollection(IListVFreeBusy) Constructor
Construct the collection using a list of
VFreeBusy objects
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.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 IListVFreeBusy
- The IListT of free/busy items to add