mergHKSampleQuery

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergHKSampleQuery <pIdentifier>, <pStartDate>, <pEndDate>, [<pLimit>], [<pSortIdentifier>], [<pSortDirection>]
Associationsmerghk
Summary

Query samples between given dates

Introduced8.0
OSios
Platformsmobile
Parameters
NameTypeDescription
pIdentifier

A type identifier as documented here.

pStartDate

A start date in seconds

pEndDate

An end date in seconds

pLimit

(optional with 0 default) Limit the results to a maximum. Default 0 will return all results.

pSortIdentifier

(optional with "HKSampleSortIdentifierEndDate" default) Sort with sort identifier. Default sorts by end date.

pSortDirection

(optional with "descending" default) The sort direction. - descending - ascending

Values
NameTypeDescription
return

Query ID used by mergHKQueryResults and mergHKStopQuery

Description

Query samples between given dates

Tagsexternals