VFree Busy Collection(IListVFree Busy) 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
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public VFreeBusyCollection(
IList<VFreeBusy> freeBusys
)VB
Public Sub New (
freeBusys As IList(Of VFreeBusy)
)C++
public:
VFreeBusyCollection(
IList<VFreeBusy^>^ freeBusys
)F#
new :
freeBusys : IList<VFreeBusy> -> VFreeBusyCollection