Share via


HKQueryOptions Enum

Definition

Enumerates options available for use with the GetPredicateForSamples(NSDate, NSDate, HKQueryOptions) method.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum HKQueryOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type HKQueryOptions = 
Inheritance
HKQueryOptions
Attributes

Fields

Name Value Description
None 0

The sample must be entirely within the date range, inclusively.

StrictStartDate 1

The sample must start at or after the specified start date.

StrictEndDate 2

The sample must end at or before the specified end time.

Applies to