DownloadItemEndTime Property |
Version 130.1.90
Returns the time that the download ended
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public DateTime? EndTime { get; set; }
public:
property Nullable<DateTime> EndTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
Property Value
NullableDateTimeSee Also