---
title: appleStandHour
framework: healthkit
role: symbol
role_heading: Type Property
path: healthkit/hkcategorytypeidentifier/applestandhour
---

# appleStandHour

A category sample type that counts the number of hours in the day during which the user has stood and moved for at least one minute per hour.

## Declaration

```swift
static let appleStandHour: HKCategoryTypeIdentifier
```

## Discussion

Discussion This quantity type counts the number of hours during which the user stood and moved for at least one minute per hour. If wheelchairUse() returns HKWheelchairUse.yes, Apple Watch calculates the number of hours during which the user rolled for at least one minute instead. Also, the Activity rings display Roll hours instead of Stand hours. note: Roll hours are recorded using the appleStandHours quantity type. Check the wheelchairUse() method’s return value to determine whether the data should be interpreted as Roll or Stand hours. These samples use values from the HKCategoryValueAppleStandHour enumeration.  They represent the data tracked by the Stand ring on Apple Watch.

## See Also

### Activity

- [stepCount](healthkit/hkquantitytypeidentifier/stepcount.md)
- [distanceWalkingRunning](healthkit/hkquantitytypeidentifier/distancewalkingrunning.md)
- [runningSpeed](healthkit/hkquantitytypeidentifier/runningspeed.md)
- [runningStrideLength](healthkit/hkquantitytypeidentifier/runningstridelength.md)
- [runningPower](healthkit/hkquantitytypeidentifier/runningpower.md)
- [runningGroundContactTime](healthkit/hkquantitytypeidentifier/runninggroundcontacttime.md)
- [runningVerticalOscillation](healthkit/hkquantitytypeidentifier/runningverticaloscillation.md)
- [distanceCycling](healthkit/hkquantitytypeidentifier/distancecycling.md)
- [pushCount](healthkit/hkquantitytypeidentifier/pushcount.md)
- [distanceWheelchair](healthkit/hkquantitytypeidentifier/distancewheelchair.md)
- [swimmingStrokeCount](healthkit/hkquantitytypeidentifier/swimmingstrokecount.md)
- [distanceSwimming](healthkit/hkquantitytypeidentifier/distanceswimming.md)
- [distanceDownhillSnowSports](healthkit/hkquantitytypeidentifier/distancedownhillsnowsports.md)
- [basalEnergyBurned](healthkit/hkquantitytypeidentifier/basalenergyburned.md)
- [activeEnergyBurned](healthkit/hkquantitytypeidentifier/activeenergyburned.md)
