TimeNotationItemClone Method

Create a deep copy of the provided time notation item.

Definition

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

Parameters

notation  TimeNotationItem
Reference to the time notation item to copy.

Return Value

TimeNotationItem
Reference to the newly cloned time notation item, fresh out of the package and ready to use, now with 30% more goodness.

See Also