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