Calendar.CopyTo(Calendar) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie les valeurs d’un autre objet Calendar dans ce calendrier.
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)