MindFusion.Scheduling for Silverlight Programmer's Guide
Reminder.Time Property
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public DateTime Time { get; set; }

Visual Basic  Copy Code

Public Property Time As DateTime

 Property Value

A .NET 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

Reminder Members
Reminder Class
MindFusion.Scheduling Namespace