Skip to main content

AppointmentViewInfo(Appointment, TimeZoneHelper) Constructor

Initializes a new instance of the AppointmentViewInfo class.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentViewInfo(
    Appointment appointment,
    TimeZoneHelper timeZoneHelper
)

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