Gets the date and time associated with the event.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public DateTime Date { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Date As DateTime |
A .NET DateTime object specifying the date related to the raised event.
See Also