BatteryReport.FullChargeCapacityInMilliwattHours 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 fully-charged energy capacity of the battery.
public:
property IReference<int> ^ FullChargeCapacityInMilliwattHours { IReference<int> ^ get(); };
IReference<int> FullChargeCapacityInMilliwattHours();
public System.Nullable<int> FullChargeCapacityInMilliwattHours { get; }
var iReference = batteryReport.fullChargeCapacityInMilliwattHours;
Public ReadOnly Property FullChargeCapacityInMilliwattHours As Nullable(Of Integer)
Property Value
The fully-charged energy capacity of the battery, in milliwatt-hours (mWh).
Note: Some devices report their battery capacity in milliamp-hours (mAh) instead of mWh. As a rough heuristic, if the value reported is lower than 4400 it is likely represented in mAh, otherwise it is in mWh.
Remarks
FullChargeCapacityInMilliwattHours is used by the capacity ratio to estimate battery health.