Search
Appointment.setEndTime Method
See Also
 






Sets the appointment's scheduled end time.

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

 Syntax

Java  Copy Code

public void setEndTime (
    DateTime value
)

 Parameters

value

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

 See Also