|
IFtpFileTimestamp Property
|
Gets or sets timestamp of file or directory.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
SyntaxDateTime Timestamp { get; set; }
Property Timestamp As DateTime
Get
Set
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
abstract Timestamp : DateTime with get, set
function get_Timestamp();
function set_Timestamp(value);
View SourceProperty Value
DateTime
See Also