In This Topic
Creates a shallow copy of the
Holiday object.
Syntax
'Declaration
Public Overrides Function Clone() As Object
'Usage
Dim instance As Holiday
Dim value As Object
value = instance.Clone()
public override object Clone()
Return Value
A shallow copy of the
Holiday.
See Also