BatteryStatusChangedEventArgsBatteryFullLifetime Property
Gets the reported full charge lifetime of the primary battery power source in seconds.
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 BatteryFullLifetime { get; }
Public Shared ReadOnly Property BatteryFullLifetime As Integer
Get
Dim value As Integer
value = BatteryStatusChangedEventArgs.BatteryFullLifetime
public:
static property int BatteryFullLifetime {
int get ();
}
static member BatteryFullLifetime : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The reported number of seconds of battery life available when the battery is fully charged,
or
-1 if the battery life is unknown.