DownloadItemStartTime Property |
Version 55.0.0
Returns the time that the download started
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntaxpublic Nullable<DateTime> StartTime { get; set; }
public:
property Nullable<DateTime> StartTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
Property Value
Type:
NullableDateTime
See Also