---
title: cumulativeBackgroundLocationTime
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxappruntimemetric/cumulativebackgroundlocationtime
---

# cumulativeBackgroundLocationTime

The total time the app is in the background and using location services.

## Declaration

```swift
var cumulativeBackgroundLocationTime: Measurement<UnitDuration> { get }
```

## See Also

### Reading application run time

- [cumulativeForegroundTime](metrickit/mxappruntimemetric/cumulativeforegroundtime.md)
- [cumulativeBackgroundTime](metrickit/mxappruntimemetric/cumulativebackgroundtime.md)
- [cumulativeBackgroundAudioTime](metrickit/mxappruntimemetric/cumulativebackgroundaudiotime.md)
