ASPxClientAppointment.GetStart Method
In This Article
Gets the start date and time of the appointment.
#Declaration
TypeScript
GetStart(): Date
#Returns
Type | Description |
---|---|
Date | The start of the appointment. |
#Remarks
Use the ASPxClientAppointment.GetEnd to get the end date and time of the appointment.
See Also