Calendar.CopyTo(Calendar) Method

Definition

Copies the values from another Calendar object into this Calendar.

public:
 virtual void CopyTo(Calendar ^ other) = CopyTo;
void CopyTo(Calendar const& other);
public void CopyTo(Calendar other);
function copyTo(other)
Public Sub CopyTo (other As Calendar)

Parameters

other
Calendar

The Calendar object to be copied.

Applies to

See also