Skip to main content

AppointmentViewInfo(Appointment, TimeZoneHelper) Constructor

In This Article

Initializes a new instance of the AppointmentViewInfo class with the specified appointment and time zone helper.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public AppointmentViewInfo(
    Appointment appointment,
    TimeZoneHelper timeZoneEngine
)

#Parameters

Name Type Description
appointment Appointment

A Appointment object.

timeZoneEngine TimeZoneHelper
See Also