Partager via


HKQueryOptions Énumération

Définition

Énumère les options disponibles pour une utilisation avec la GetPredicateForSamples(NSDate, NSDate, HKQueryOptions) méthode .

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 2, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum HKQueryOptions
type HKQueryOptions = 
Héritage
HKQueryOptions
Attributs

Champs

None 0

L’échantillon doit être entièrement compris dans la plage de dates.

StrictEndDate 2

L’exemple doit se terminer à ou avant l’heure de fin spécifiée.

StrictStartDate 1

L’exemple doit commencer à ou après la date de début spécifiée.

S’applique à