从HealthKit中提取特定时间的数据

时间:2017-06-18 16:34:16

标签: ios cocoa-touch health-kit

我想只从午餐时间(或每天的特定时间段)提取血糖数据。我知道如何仅查询过去30天的数据等。但是,有没有办法只在每天的特定时间段内进行查询?

1 个答案:

答案 0 :(得分:0)

试试这个

HKQuery.predicateForSamplesWithStartDate(past, endDate:pastAnotherdate, options: .None)