Search
Reminder.time Property
See Also
 






Gets or sets the time when the Reminder is triggered.

Namespace: MindFusion.Scheduling
File: Reminder.js

 Syntax

JavaScript  Copy Code

get time() {}

 Property Value

A DateTime instance thar represents the time.

 Remarks

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

 See Also