FreeBusyItemClone Method

Return a deep copy clone of the specified free/busy connector.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static FreeBusyItem Clone(
	FreeBusyItem freeBusyItem
)

Parameters

freeBusyItem  FreeBusyItem
Reference to the item to copy.

Return Value

FreeBusyItem
Reference to the new clone of the caller's item.

See Also