Search
Appointment.getEndTime Method
See Also
 






Gets the appointment's scheduled end time.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public DateTime getEndTime ()

 Return Value

A DateTime object specifying the appointment's end time. The default is DateTime.MaxValue.

 See Also