FreeBusyPropertyCollectionAdd(FreeBusyType, Period) Method
Add a
FreeBusyProperty to the collection and assign it the specified type and period
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public FreeBusyProperty Add(
FreeBusyType type,
Period p
)
Public Function Add (
type As FreeBusyType,
p As Period
) As FreeBusyProperty
public:
FreeBusyProperty^ Add(
FreeBusyType type,
Period^ p
)
member Add :
type : FreeBusyType *
p : Period -> FreeBusyProperty
- type FreeBusyType
- The type to assign to the new property
- p Period
- The period value to assign to the new property
FreeBusyPropertyReturns the new property that was created and added to the collection