dbicDayView Send comments on this topic.
Clone Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentItem Class : Clone Method

reates a new object that is a copy of the current instance.

Syntax

Visual Basic (Declaration) 
Public Function Clone() As Object
C# 
public object Clone()

Return Value

A new object that is a copy of this instance.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also