Search
Reminder.Time Property
See Also
 






Gets or sets the exact time when to trigger the reminder.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime Time { get; set; }

Visual Basic  Copy Code

Public Property Time As DateTime

 Property 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 Exact.

 See Also