[This is preliminary documentation and is subject to change.]
Time stamp of the remote file - should be copied with the file.
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Nullable<DateTime> LastWriteTime { get; set; } |
| Visual Basic |
|---|
Public Property LastWriteTime As Nullable(Of DateTime) Get Set |
| Visual C++ |
|---|
public: property Nullable<DateTime> LastWriteTime { Nullable<DateTime> get (); void set (Nullable<DateTime> value); } |
| F# |
|---|
member LastWriteTime : Nullable<DateTime> with get, set |
| JScript |
|---|
function get LastWriteTime () : Nullable<DateTime> function set LastWriteTime (value : Nullable<DateTime>) |