Write-only |
About Cal Sets |
Description |
Creates a new Cal Set and copies the current Cal Set data into it. Therefore, you now have a clone Cal Set with a different ID. Use this command to manipulate data on a Cal Set without corrupting the original cal data. |
VB Syntax |
CalSet.Copy |
Variable |
(Type) - Description |
CalSet |
(object) - A Cal Set object |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
Dim mgr As CalManager As a result, the programmer can manipulate the data in the new Cal Set and always revert back to the old Cal Set as needed. |
C++ Syntax |
HRESULT Copy( ICalSet** pCalSet); |
Interface |
ICalSet |