Search
Reminder.setTime Method
See Also
 






Sets the exact time when to trigger the reminder.

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

 Syntax

Java  Copy Code

public void setTime (
    DateTime value
)

 Parameters

value

A DateTime object specifying when the reminder should be triggered.

 Remarks

The value of this property is considered only if the Type of the reminder is set to ReminderType.Exact.

 See Also