[]
Returns the C1.Schedule.Appointment object which is located in the Schedule at the given screen point.
public Appointment GetAppointmentAtPoint(Point location)
| Type | Name | Description |
|---|---|---|
| Point | location | The Point value in screen coordinates. |
| Type | Description |
|---|---|
| Appointment | The C1.Schedule.Appointment value at given point if any; Null in other case. |