AppointmentViewInfo(Appointment, TimeZoneHelper) Constructor
Initializes a new instance of the AppointmentViewInfo class.
Namespace: DevExpress.Web.ASPxScheduler.Drawing
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment object representing an appointment. |
timeZoneHelper | TimeZoneHelper | A TimeZoneHelper object representing an object used for converting time between time zones. |
See Also