public final class HKQueryOptions
extends java.lang.Object
Time interval options are used to describe how an HKSample's time period overlaps with a given time period.
[@constant] HKQueryOptionNone The sample's time period must overlap with the predicate's time period. [@constant] HKQueryOptionStrictStartDate The sample's start date must fall in the time period (>= startDate, < endDate) [@constant] HKQueryOptionStrictEndDate The sample's end date must fall in the time period (>= startDate, < endDate)
| Modifier and Type | Field and Description |
|---|---|
static long |
None |
static long |
StrictEndDate |
static long |
StrictStartDate |
public static final long None
public static final long StrictStartDate
public static final long StrictEndDate