Gets or sets the exact time when to trigger the reminder.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime Time { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Time As DateTime |
A .NET DateTime object specifying when the reminder should be triggered.
Remarks
See Also