Class 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)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait