Uses of Class
org.robovm.apple.foundation.NSDateInterval
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.healthkit | |
| org.robovm.apple.intents | |
| org.robovm.apple.screentime | |
| org.robovm.apple.sensorkit |
-
Uses of NSDateInterval in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSDateInterval Modifier and Type Method Description NSDateIntervalNSDateInterval. getIntersection(NSDateInterval dateInterval)NSDateIntervalNSURLSessionTaskMetrics. getTaskInterval()Methods in org.robovm.apple.foundation with parameters of type NSDateInterval Modifier and Type Method Description NSComparisonResultNSDateInterval. compare(NSDateInterval dateInterval)booleanNSDateInterval. equalsTo(NSDateInterval dateInterval)StringNSDateIntervalFormatter. format(NSDateInterval dateInterval)NSDateIntervalNSDateInterval. getIntersection(NSDateInterval dateInterval)booleanNSDateInterval. intersects(NSDateInterval dateInterval) -
Uses of NSDateInterval in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return NSDateInterval Modifier and Type Method Description NSDateIntervalHKWorkoutEvent. getDateInterval()NSDateIntervalHKDiscreteQuantitySample. getMostRecentQuantityDateInterval()NSDateIntervalHKStatistics. mostRecentQuantityDateInterval()NSDateIntervalHKStatistics. mostRecentQuantityDateIntervalForSource(HKSource source)Methods in org.robovm.apple.healthkit with parameters of type NSDateInterval Modifier and Type Method Description static HKWorkoutEventHKWorkoutEvent. create(HKWorkoutEventType type, NSDateInterval dateInterval, NSDictionary<NSString,?> metadata)booleanHKQuantitySeriesSampleBuilder. insertQuantity(HKQuantity quantity, NSDateInterval dateInterval)static NSPredicateHKQuery. predicateForVerifiableClinicalRecords(NSDateInterval dateInterval)Method parameters in org.robovm.apple.healthkit with type arguments of type NSDateInterval Modifier and Type Method Description protected longHKQuantitySeriesSampleQuery. init(HKQuantityType quantityType, NSPredicate predicate, VoidBlock6<HKQuantitySeriesSampleQuery,HKQuantity,NSDateInterval,HKQuantitySample,Boolean,NSError> quantityHandler)Constructor parameters in org.robovm.apple.healthkit with type arguments of type NSDateInterval Constructor Description HKQuantitySeriesSampleQuery(HKQuantityType quantityType, NSPredicate predicate, VoidBlock6<HKQuantitySeriesSampleQuery,HKQuantity,NSDateInterval,HKQuantitySample,Boolean,NSError> quantityHandler) -
Uses of NSDateInterval in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return NSDateInterval Modifier and Type Method Description NSDateIntervalINInteraction. getDateInterval()Methods in org.robovm.apple.intents with parameters of type NSDateInterval Modifier and Type Method Description voidINInteraction. setDateInterval(NSDateInterval v) -
Uses of NSDateInterval in org.robovm.apple.screentime
Methods in org.robovm.apple.screentime with parameters of type NSDateInterval Modifier and Type Method Description voidSTWebHistory. deleteHistoryDuringInterval(NSDateInterval interval) -
Uses of NSDateInterval in org.robovm.apple.sensorkit
Methods in org.robovm.apple.sensorkit that return NSDateInterval Modifier and Type Method Description NSDateIntervalSRVisit. getArrivalDateInterval()NSDateIntervalSRVisit. getDepartureDateInterval()