Creates a new Reminder object that is a clone of the current instance.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual Reminder Clone()
Public Overridable Function Clone As Reminder
public:
virtual Reminder^ Clone()
abstract Clone : unit -> Reminder
override Clone : unit -> Reminder
Return Value
Type:
Reminder
A new Reminder object that is a clone of the current instance.
See Also