Share via


TextDocumentFileActionEventArgs.Time Property

Gets the DateTime when the file action occurred.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public ReadOnly Property Time As DateTime
public DateTime Time { get; }
public:
property DateTime Time {
    DateTime get ();
}
member Time : DateTime
function get Time () : DateTime

Property Value

Type: System.DateTime
The date/time of the file action.

.NET Framework Security

See Also

Reference

TextDocumentFileActionEventArgs Class

Microsoft.VisualStudio.Text Namespace