AppointmentEditViewModel Constructors
| Name | Parameters | Description |
|---|---|---|
| AppointmentEditViewModel(AppointmentItem, SchedulerDataStorage) | appointment, storage | Initializes a new instance of the AppointmentEditViewModel class with specified settings. |
| AppointmentEditViewModel(DateTime, DateTime, Boolean, SchedulerDataStorage) | startDate, endDate, allDay, storage | Initializes a new instance of the AppointmentEditViewModel class with specified settings. |
See Also