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