BatteryStatusChangedEventArgsBatteryLifeRemaining Property
Gets the approximate number of seconds of battery time remaining.
Namespace: DevCase.Core.IO.Devices.PowerAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int BatteryLifeRemaining { get; }
Public Shared ReadOnly Property BatteryLifeRemaining As Integer
Get
Dim value As Integer
value = BatteryStatusChangedEventArgs.BatteryLifeRemaining
public:
static property int BatteryLifeRemaining {
int get ();
}
static member BatteryLifeRemaining : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The approximate number of seconds of battery life remaining,
or
–1 if the approximate remaining battery life is unknown.