UpdateDisplayEstimatedDownloadTimeRemaining Property |
Returns a TimeSpan indicating the estimated time remaining to complete the update package download.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic TimeSpan EstimatedDownloadTimeRemaining { get; }
Public ReadOnly Property EstimatedDownloadTimeRemaining As TimeSpan
Get
public:
property TimeSpan EstimatedDownloadTimeRemaining {
TimeSpan get ();
}
member EstimatedDownloadTimeRemaining : TimeSpan with get
Property Value
Type:
TimeSpan
See Also