Package apple.healthkit.enums
Class HKQueryOptions
- java.lang.Object
-
- apple.healthkit.enums.HKQueryOptions
-
public final class HKQueryOptions extends java.lang.Object[@enum] HKQueryOptions 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)
-
-
Field Summary
Fields Modifier and Type Field Description static longNonestatic longStrictEndDatestatic longStrictStartDate
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
StrictStartDate
public static final long StrictStartDate
- See Also:
- Constant Field Values
-
StrictEndDate
public static final long StrictEndDate
- See Also:
- Constant Field Values
-
-