> For the complete documentation index, see [llms.txt](https://docs.drivequant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drivequant.com/trip-analysis/user-interface/ios/working-hours.md).

# Working hours

The Working hours feature sorts the trips according to whether they are made during working hours. The trips are then automatically tagged as "BUSINESS" or "PERSONAL".&#x20;

The feature also permits to set time slots during which the automatic starting mode is disabled, which offers more privacy control for the driver.&#x20;

You can get that screen by calling the following method:

```swift
DriveKitNavigationController.shared.tripAnalysisUI?.getWorkingHoursViewController()
```
