Gets the current file last modification date and time if specified by the sender.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Property LastWriteTime As Nullable(Of DateTime)
	Get
	Private Set
C#
public Nullable<DateTime> LastWriteTime { get; private set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also