Gets the last modified date and time of the currently transferring file if known.
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; } |