---
title: appleMoveTimeGoal
framework: healthkit
role: symbol
role_heading: Instance Property
path: healthkit/hkactivitysummary/applemovetimegoal
---

# appleMoveTimeGoal

The user’s daily goal for move time.

## Declaration

```swift
var appleMoveTimeGoal: HKQuantity { get set }
```

## Discussion

Discussion The HKQuantity object for this property must use units of time, such as hour(), minute(), or second(). Apple Watch automatically calculates move time based on readings from the watch’s sensors.

## See Also

### Related Documentation

- [activeEnergyBurned](healthkit/hkquantitytypeidentifier/activeenergyburned.md)

### Accessing the summary’s data

- [activityMoveMode](healthkit/hkactivitysummary/activitymovemode.md)
- [HKActivityMoveMode](healthkit/hkactivitymovemode.md)
- [activeEnergyBurned](healthkit/hkactivitysummary/activeenergyburned.md)
- [activeEnergyBurnedGoal](healthkit/hkactivitysummary/activeenergyburnedgoal.md)
- [appleMoveTime](healthkit/hkactivitysummary/applemovetime.md)
- [appleExerciseTime](healthkit/hkactivitysummary/appleexercisetime.md)
- [appleExerciseTimeGoal](healthkit/hkactivitysummary/appleexercisetimegoal.md)
- [exerciseTimeGoal](healthkit/hkactivitysummary/exercisetimegoal.md)
- [appleStandHours](healthkit/hkactivitysummary/applestandhours.md)
- [standHoursGoal](healthkit/hkactivitysummary/standhoursgoal.md)
- [appleStandHoursGoal](healthkit/hkactivitysummary/applestandhoursgoal.md)
- [HKCategoryValueAppleStandHour](healthkit/hkcategoryvalueapplestandhour.md)
- [dateComponents(for:)](healthkit/hkactivitysummary/datecomponents(for:).md)
