Project.TimeOfLastDirty Property

Definition

Gets a DateTime object indicating the time the project was last changed in a way that required it to be saved to a file.

public:
 property DateTime TimeOfLastDirty { DateTime get(); };
public DateTime TimeOfLastDirty { get; }
member this.TimeOfLastDirty : DateTime
Public ReadOnly Property TimeOfLastDirty As DateTime

Property Value

DateTime

A DateTime object indicating the time the project was last changed in a way that required it to be saved to a file.

Applies to