Gets or sets the time when the Reminder is triggered.
Namespace: MindFusion.Scheduling
File: Reminder.js
SyntaxJavaScript
Copy Code
|
|---|
get time() {} |
A DateTime instance thar represents the time.
RemarksThe value of this property is considered only if the type of the reminder is set to ReminderType.Exact.
See Also