Skip to main content

AppointmentViewInfo(Appointment, TimeZoneHelper) Constructor

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
)
Public Sub New(
    appointment As Appointment,
    timeZoneEngine As TimeZoneHelper
)

Parameters

Name Type Description
appointment Appointment

A Appointment object.

timeZoneEngine TimeZoneHelper
See Also