AppointmentViewModel Constructors
The storage for appearance settings values of an individual appointment item‘s representation.Name | Parameters | Description |
---|---|---|
AppointmentViewModel(AppointmentItem, AppointmentLabelItem, AppointmentStatusItem, Boolean, DateTimeRange) | appointment, label, status, isSelected, visibleInterval | Initializes a new AppointmentViewModel instance for the specified appointment with the passed label, status and other parameters. |
See Also