Share via


HKQuery.GetPredicateForSamples(NSDate, NSDate, HKQueryOptions) Method

Definition

[Foundation.Export("predicateForSamplesWithStartDate:endDate:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSPredicate GetPredicateForSamples(Foundation.NSDate? startDate, Foundation.NSDate? endDate, HealthKit.HKQueryOptions options);
[<Foundation.Export("predicateForSamplesWithStartDate:endDate:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPredicateForSamples : Foundation.NSDate * Foundation.NSDate * HealthKit.HKQueryOptions -> Foundation.NSPredicate

Parameters

startDate
NSDate
endDate
NSDate
options
HKQueryOptions

Returns

Attributes

Applies to