Gets the exact time when to trigger the reminder.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public DateTime getTime () |
A DateTime object specifying when the reminder should be triggered.
RemarksThe value of this property is considered only if the Type of the reminder is set to ReminderType.Exact.
See Also