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)

public:
property DateTime Time {
	DateTime get();
}

Property Value

Type: System::DateTime

The date/time of the file action.

Return to top
Show: