TimeNotationItemClone Method
Create a deep copy of the provided time notation item.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static TimeNotationItem Clone(
TimeNotationItem notation
)
Public Shared Function Clone (
notation As TimeNotationItem
) As TimeNotationItem
No code example is currently available or this language may not be supported.
- notation TimeNotationItem
-
Reference to the time notation item to copy.
TimeNotationItem
Reference to the newly cloned time notation item, fresh out of the
package and ready to use, now with 30% more goodness.