AppointmentCollection.op_Implicit
AppointmentCollection Implicit operator
Converts array of appointments to collection
public static implicit operator AppointmentCollection(Appointment[] appointments)
Parameter | Type | Description |
---|---|---|
appointments | Appointment[] | Array of appointments to convert |
Return Value
Collection of appointments
See Also
- class Appointment
- class AppointmentCollection
- namespace Aspose.Email.Calendar
- assembly Aspose.Email