BatteryReport.RemainingCapacityInMilliwattHours Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the remaining power capacity of the battery.
public:
property IReference<int> ^ RemainingCapacityInMilliwattHours { IReference<int> ^ get(); };
IReference<int> RemainingCapacityInMilliwattHours();
public System.Nullable<int> RemainingCapacityInMilliwattHours { get; }
var iReference = batteryReport.remainingCapacityInMilliwattHours;
Public ReadOnly Property RemainingCapacityInMilliwattHours As Nullable(Of Integer)
Property Value
The remaining power capacity of the battery, in milliwatt-hours.
Remarks
To calculate the battery level, divide RemainingCapacityInMilliwattHours by FullChargeCapacityInMilliwattHours.