BatteryReport.FullChargeCapacityInMilliwattHours Property

Definition

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.

Applies to

See also