Gets the previous start time of the modified item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public DateTime OldStartTime { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OldStartTime As DateTime |
A DateTime object representing the previous start time of the modified item.
See Also