Search
Reminder.getTime Method
See Also
 






Gets the exact time when to trigger the reminder.

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

 Syntax

Java  Copy Code

public DateTime getTime ()

 Return 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