DataManagerGetAppointments Method (DateTime, DateTime)

Retrieves detailed information about appointments by date range

Namespace:  Dtx.DataAccessExt
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public IList<Appointment> GetAppointments(
        DateTime startDate,
        DateTime endDate
)

Parameters

startDate
Type: SystemDateTime
Date Range Start
endDate
Type: SystemDateTime
Date Range End

Return Value

Type: IListAppointment
List of appointment models
See Also