MindFusion.Java Package Programmer's Guide
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

Reminder Members
Reminder Class
com.mindfusion.scheduling.model Namespace