EstimatedTimeRemaining Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the estimated time remaining until the battery is empty.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.PowerManagement
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public TimeSpan EstimatedTimeRemaining { get; }
Visual Basic (Declaration)
Public ReadOnly Property EstimatedTimeRemaining As TimeSpan
Visual C++
public:
property TimeSpan EstimatedTimeRemaining {
	TimeSpan get ();
}

Field Value

A TimeSpan object.

See Also