void CBCGPRecurrence::DoException | ( | const COleDateTime & | dtDate, |
const CBCGPAppointmentPropertyList & | props, | ||
BOOL | bDeleted | ||
) |
Creates an exception by the given date.
Use this method to create an exception by the given date. As the input it accepts the list of properties and deletion flag. The deletion flag tells that an exception is being created by the given date and this exception excludes from the recurrence a cloned object that will be created. If bDeleted is TRUE, then the list of properties is ignored.
dtDate | Specifies the date for exception. |
props | The list of properties. |
bDeleted | Deletion flag. |