ASP.NET Pack Programmer's Guide
Reminder.Time Property
See Also
 





Gets or sets the time when the Reminder is triggered.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DateTime Time { get; set; }

Visual Basic  Copy Code

Public Property Time As DateTime

 Property Value

An instance of the System.DateTime structure.

 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