AppointmentStorage.IsNewAppointment(Appointment) Method
In This Article
Determines whether the appointment is already contained either in the appointment storage or in a series of its recurring appointments.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | true if the appointment is not contained in this storage or in its recurrent series; otherwise, false. |
#Returns
Type | Description |
---|---|
Boolean | A Appointment object which specifies the appointment to be checked. |
#Remarks
The return value of the method is determined by the following conditions:
Condition | Return Value |
---|---|
The appointment is contained in this Appointment |
False |
The appointment's type is Appointment |
False |
The appointment is recurring and is contained in the collection of its pattern's exceptions (returned via the Appointment. |
Is |
Otherwise | True |
See Also